-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move annotation formats to dataset manager #1256
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
530ce17
Move formats to dataset manager
zhiltsov-max 38318a4
Unify datataset export and anno export implementations
zhiltsov-max ce4a8c4
Merge branch 'develop' into zm/merge-anno-and-dm
zhiltsov-max f459afb
Add track_id to TrackedShape, export tracked shapes
zhiltsov-max 041889e
Replace MOT format
zhiltsov-max 23085bc
Replace LabelMe format
zhiltsov-max 493be2a
Add new formats to dm
zhiltsov-max 867f8b9
Add dm tests
zhiltsov-max 6b40c12
Extend TrackedShape
zhiltsov-max 5ee72e1
Enable dm test in CI
zhiltsov-max b86386e
Fix tests
zhiltsov-max 04b77d9
Add import
zhiltsov-max a96b063
Fix tests
zhiltsov-max 93fc0aa
Fix mot track ids
zhiltsov-max 872b25e
Fix mot format
zhiltsov-max 0acfc6c
Update attribute logic in labelme tests
zhiltsov-max 5030c5d
Use common code in yolo
zhiltsov-max 3701187
Put datumaro in path in settings
zhiltsov-max 875c701
Expect labels file in MOT next to annotations file
zhiltsov-max b316bb0
Add MOT format description
zhiltsov-max fba95df
Add import
zhiltsov-max b67f7c4
Add labelme format description
zhiltsov-max 5ab7937
Linter fix
zhiltsov-max f08652d
Linter fix2
zhiltsov-max 0df9bc4
Compare attributes ordered
zhiltsov-max f754641
Update docs
zhiltsov-max 216a8db
Merge branch 'develop' into zm/merge-anno-and-dm
zhiltsov-max 9bd00c6
Update tests
zhiltsov-max File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the line above doesn't work to find tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests for the
dataset manager
app. conflict with tests for thegit
app., they are meant not to be executed in a single suite. This is done by naming tests for dm in a way that thay are not found automatically in the first line.