Open
Conversation
Add smart annotation
Add smart annotation button and visualization
Add yaml
Add soccernetPro Library
Update Python version to 3.11
Update Python version to 3.11
Update Python version to 3.11
Fix small bugs
Update Soccernet Pro version
--collect-all "soccernetpro"
Collect all of soccernetpro
Add wandb
freeze extra windows
Add smart batch annotation
Add smart batch annotation and statistic demonstration.
Add undo/redo for smart annotation
Add redo/undo status to smart annotation
Update "SoccernetPro" to "VideoAnnotationTool"
Updat to Video Annotation Tool
Update to Video Annotation Tool
Add smart annotation description
…, and UI compaction
Update to VideoAnnotationTool
Update to VideoAnnotationTool
config.yaml --collect-all "soccernetpro" --collect-all "wandb" --collect-all "torch_geometric"
pyinstaller torch-geometric==2.7.0 soccernetpro==0.0.1.dev11 wandb
Rename to VideoAnnotationTool
Update to VideoAnnotationTool
Update to VideoAnnotationTool
Add smart annotation
Add smart annotation
Update to VideoAnnotationTool
Update to Video Annotation Tool
Added descriptive "Start:" and "End:" labels before the batch inference selection comboboxes in the UI.
Inserted filter refresh calls in refresh_ui_after_undo_redo to ensure the left list syncs immediately after undo/redo.
Fixed key mismatch in batch undo logic by changing old_batch to old_data to match the history stack.
Modified apply_action_filter to make Hand Labelled and Smart Labelled filters inclusive rather than mutually exclusive.
Added logic to reset smart annotation UI components in the right panel within the _clear_workspace method.
Added real-time filter refreshing and refactored logic for batch confirmation, undo/redo, and robust confidence parsing.
Corrected undo key names and updated batch results to pass rich dictionaries with confidence instead of plain strings.
Add the Description of Smart Annotation
Fix Save/Export button state to properly recognize confirmed smart annotations in Classification mode.
Add the OSL link
Add the OSL link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update smart annotation function
Unify the Video Annotation Tool