Skip to content

[fix] Fix inference checkpoint resume to skip completed episodes#341

Open
jbykkk wants to merge 1 commit intoInternRobotics:mainfrom
jbykkk:main
Open

[fix] Fix inference checkpoint resume to skip completed episodes#341
jbykkk wants to merge 1 commit intoInternRobotics:mainfrom
jbykkk:main

Conversation

@jbykkk
Copy link
Copy Markdown

@jbykkk jbykkk commented Apr 26, 2026

Previously, resume_from_output_path() only restored metric statistics from progress.json but still re-evaluated all episodes on restart, causing hugely redundant inference.

This change tracks completed episodes by (scene_id, episode_id) and skips them in the evaluation loop, enabling true checkpoint resume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant