Skip to content

Bbannotate/v1.0.6#3

Merged
seba2390 merged 3 commits intomainfrom
bbannotate/v1.0.6
Feb 7, 2026
Merged

Bbannotate/v1.0.6#3
seba2390 merged 3 commits intomainfrom
bbannotate/v1.0.6

Conversation

@seba2390
Copy link
Copy Markdown
Owner

@seba2390 seba2390 commented Feb 7, 2026

Added

  • Multi-select image deletion: checkbox mode for selecting multiple images and bulk deleting them
  • Enter key shortcut to mark current image as done (toggles done status)
  • Enter shortcut displayed in status bar
  • Select all checkbox in image list header

Changed

  • Export format selection: replaced radio button list with compact dropdown menu
  • Redesigned YOLO export: interactive slider showing all feasible train/val splits based on done image count
  • YOLO export now only exports images marked as "done" (previously exported all images)
  • Removed test split from YOLO export (now train/val only with default 80/20)
  • Added shuffle and seed support for YOLO export dataset randomization
  • Modern styled checkboxes with custom design replacing native browser checkboxes

Fixed

  • Fixed YOLO export showing 0 annotated images: ExportDialog now fetches count directly on open
  • Fixed done status not persisting when reopening a project (get_all_done_status now returns status for all images)
  • Fixed train/val split slider: tick marks now vertically centered on track, reduced slider handle size for better proportions
  • Fixed bounding box not being saved when user draws before defining labels: pending annotation is now saved with the first label after labels are created

- Export only images marked as 'done' instead of all images
- Replace preset buttons with interactive slider for train/val splits
- Remove test split (now train/val only with 80/20 default)
- Add shuffle and seed support for dataset randomization
- Fix done status not persisting when reopening projects
@seba2390 seba2390 merged commit a67d573 into main Feb 7, 2026
7 checks passed
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