Skip to content

Fix Default Dataset Not Loading on Startup and Improve Prediction Display After Annotation Selection#4

Open
caoTayTang wants to merge 1 commit intorobosense2025:mainfrom
caoTayTang:main
Open

Fix Default Dataset Not Loading on Startup and Improve Prediction Display After Annotation Selection#4
caoTayTang wants to merge 1 commit intorobosense2025:mainfrom
caoTayTang:main

Conversation

@caoTayTang
Copy link

1. Fix: Default Dataset Not Loading on Startup
When the GUI first opens, and user click load dataset will throw an error:

AttributeError: 'MainWindow' object has no attribute 'dataset_split'

This is now resolved by ensuring dataset_split is properly initialized before calling load_dataset.

**2. Improvement: Display Predictions Immediately After Annotation

Previously, after selecting an annotation, the predicted boxes were not displayed until additional user interaction ().
This update ensures that predictions (bounding boxes, etc.) are shown immediately upon annotation selection (increment_index, decrement_index, goto_sample_index, on_frame_selected, ...)

These changes improve the initial UX and make annotation review more seamless.

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.

2 participants