Releases: OpenSportsLab/VideoAnnotationTool
Releases · OpenSportsLab/VideoAnnotationTool
V1.1.4
- Update requirements.txt
- Update release.yml
- Update release.yml
- Update ci.yml
- Update annotation_tool: Integrated Smart Annotation, Batch Processing, and UI compaction
- Update README.md
- Update welcome_widget.py
- Update viewer.py
- Update README.md
- Update app_state.py
- Update history_manager.py
- Update editor.py
- Update inference_manager.py
- Update inference_manager.py
- Update main.py
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update inference_manager.py
- Update inference_manager.py
Video Annotation Tool
Update from "SoccernetPro" to “Video Annotation Tool”
- Update release.yml
- Update release.yml
- Update ci.yml
- Update welcome_widget.py
- Update viewer.py
- Update README.md
- Delete .DS_Store
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Update deploy_docs.yml
- Update release.yml
- Update ci.yml
- Update README.md
- Update welcome_widget.py
- Delete test_data/invalid_json/invalid_classification_json/IMPORT04.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT03.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT02.1.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT02-2.json
V1.1.2.2
- Update app_state.py
- Update history_manager.py
- Update editor.py
- Update inference_manager.py
- Update inference_manager.py
- Update main.py
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update inference_manager.py
- Update inference_manager.py
- Update ci.yml
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update config.yaml
- Update release.yml
SoccernetPro_Smart_Annotation_Tool
- Update inference_manager.py
- Update main.py
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update inference_manager.py
- Update inference_manager.py
- Update ci.yml
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update release.yml
- Update ci.yml
- Update requirements.txt
- Update config.yaml
- Update release.yml
- Update deploy_docs.yml
- Update ci.yml
- Update requirements.txt
- Update ci.yml
SoccernetPro_Annotation_Tool
- Update welcome_widget.py
- Delete test_data/invalid_json/invalid_classification_json/IMPORT04.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT03.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT02.1.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT02-2.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT01.1.json
- Delete test_data/invalid_json/invalid_classification_json/IMPORT01-2.json
- Upload invalid JSON of classification
- Update style.qss
- Update dynamic_widgets.py
- Update gui_overview.md
- Upload screenshots of main UI pages
- Create README.md
- Delete docs/assets/localization-UI.png
- Delete docs/assets/classification-UI.png
- Update loc_file_manager.py
- Update dense_file_manager.py
- Update ci.yml
- Update release.yml
- Update ci.yml
V1.1.1
- Delete annotation_tool/ui/description/media_player/preview.py
- Update README.md
- Update README.md of UI/common
- Upload invalid test JSON of dense description
- Create README.md
- Add files via upload
- Create README.md
- implemented strict cross-modal JSON validation in Description and Dense-Description with detailed error reporting, preserved global and item-level metadata during I/O, and resolved UI synchronization issues regarding hierarchical clip structures and annotation status indicators.
- Update router.py
- Delete annotation_tool/controllers/classification/annotation_manager.py
- Delete annotation_tool/controllers/classification/navigation_manager.py
- Update style.qss
- Update desc_input_widget.py
- Update init.py
- Update release.yml
- Update release.yml
- Update ci.yml
- Update release.yml
- Update release.yml
- Delete annotation_tool/README_old.md
V1.1.0
- Update style.qss
- Update desc_input_widget.py
- Update init.py
- Update release.yml
- Update release.yml
- Update ci.yml
- Update release.yml
- Update release.yml
- Delete annotation_tool/README_old.md
- Merge pull request #4 from OpenSportsLab/sync-from-feb8-20260210
- Sync annotation_tool updates from Feb8 (Move the video play to public UI, Implement the dense description, finish reconstruction)
- Create the control of dense description
- Create UI of dense description
- Create README.md
- Create README.md for dense_description
- Create README.md of dense_description
- Update README.md
- Update README.md
- Update README.md
- Update annotation_tool , Add description Tool and replace viewer.py
SoccerNetProAnalyzer_v1.0.7
- Update release.yml
- Add .exe file for Windows and Linux
SoccerNetProAnalyzer_v1.0.6
Release Notes - 2026-01-03
The first released version in 2026! Happy new year!
Documentation work and automatic flow
- I set up an MkDocs-based online documentation site generated from the
docs/directory and deployed automatically to GitHub Pages using GitHub Actions. - I also configured cross-platform CI workflows to automatically build standalone GUI binaries for Linux, Windows, and macOS on each push or release.
New Features
- Context-Aware Keyboard Shortcuts: Added global keyboard shortcuts (e.g.,
Spacefor Play/Pause,Ctrl+Sfor Save,Arrowsfor Seeking) that automatically dispatch commands to the active mode (Classification or Localization). - Streamlined Spotting Workflow: Updated the "Add new label" logic in Localization mode. The system now pauses playback, captures the current timestamp, creates the label, spots the event, and resumes playback automatically.
Bug Fixes
- Classification Data Export: Fixed a critical bug where saving/exporting a Classification project resulted in an empty
datalist. Annotations are now correctly serialized. - Relative Path Resolution: Solved "Video not found" errors upon reloading projects. Paths are now calculated relative to the JSON file's location during save and load operations.
- Startup Crash: Fixed an
AttributeErrorcrash ("CenterPanel object has no attribute media_preview") that occurred when loading a Classification project due to incorrect widget referencing. - UI Consistency:
- Restored the advanced Tab/Grid layout for the Localization Right Panel to match the original design specifications.
- Corrected the style of the "Clear All" button in the Localization Left Panel to match standard button styling.
Improvements
- Auto-Play on Load: Classification projects now automatically select and play the first video clip upon loading.
- Non-Intrusive Notifications: Replaced modal "OK" dialogs with a 5-second temporary toast message when successfully loading projects or switching modes, improving user flow.
- Button Label Clarity: Renamed the label creation button to "+ Add new label at current time" to accurately reflect its dual functionality (Create + Spot).
SoccerNetProAnalyzer_v1.0.5
The Last Update in 2025: mainly focus on the finishing of the localization part and the coordination between the localization and classification components.
Updates Summary
Timeline & Playback
- Fixed the timeline scrollbar being locked during playback when zoomed in.
- Fixed blue event markers covering the red playhead.
- Fixed the video jumping back to 00:00:000 after spotting an event.
- Improved post-load behavior so a video is selected/ready to play after opening a project.
Right Panel & UI/UX
- Redesigned the Right Panel into a Tab layout (Multi-Head).
- Merged the “Add Label” input into the button grid for a cleaner workflow.
- Improved the Head/Label creation layout (previous left-right layout was unintuitive).
- Removed unnecessary Localization options from Create Project.
- Added clearer indication when switching between Classification and Localization modes.
- Fixed “Clear All” not resetting the Right Panel UI state.
Labels/Heads Editing & Validation
- Allow editing Head/Label to a new (non-existent) value (supports “New Value” creation flow).
- Fixed logic/state synchronization when changing Head via Edit.
- Prevented duplicate Heads/Labels caused by case sensitivity (e.g., “Red” vs “red” now triggers an alert/validation).
Delete & Safety
- Removed the “Del” button column and replaced it with a Right-Click Context Menu.
- Verified/improved Safety Confirmation behavior on delete to prevent accidental removal.
Undo/Redo
- Fixed missing/disabled Undo/Redo controls in the Localization UI.
- Fixed Undo/Redo remaining disabled after adding events.
Project I/O (Import/Export) & Paths
- Fixed JSON export producing an empty annotations list (annotations now persist correctly).
- Fixed videos being reported as “not found” on reload when the JSON file is saved in a different directory (path handling improved).
- Added/strengthened JSON structure validation to prevent invalid project files from entering the UI.
Stability & Crash Fixes
- Prevented crashes when model attributes are missing (added safe defaults/guards).
- Fixed Classification crash:
AttributeError: 'CenterPanel' ... no attribute 'media_preview'.
Video List Management
- Added the ability to remove specific videos from the video list.
Save/Exit Flow
- Added a Save Prompt on Exit to prevent losing unsaved work.