v3.1.0
What's New
Bounding Box Resize via Keyboard (#120)
You can now resize bounding boxes using keyboard shortcuts without deleting and redrawing them:
| Shortcut | Action |
|---|---|
Ctrl + Arrow Keys (Win/Linux) / Cmd + Arrow Keys (macOS) |
Resize box (~1-2px step) |
Ctrl + Shift + Arrow Keys (Win/Linux) / Cmd + Shift + Arrow Keys (macOS) |
Resize box (~5px step) |
The top-left corner stays fixed while the right/bottom edges adjust. Undo (Ctrl+Z / Cmd+Z) works as expected.
Documentation
- Added EfficientSAM3 analysis to SAM document (#119)
- Added SAM pseudo labeling analysis (#118)
- Updated README for macOS signed distribution (#117)
Full Changelog: v3.0.0...v3.1.0
What's Changed
- docs: update README for macOS signed distribution by @developer0hye in #117
- docs: add SAM pseudo labeling analysis by @developer0hye in #118
- docs: add EfficientSAM3 analysis by @developer0hye in #119
- feat: add Ctrl+Arrow shortcut for bounding box resizing by @developer0hye in #120
Full Changelog: v3.0.0...v3.1.0