-
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
Display of Annotation Type #1192
Merged
Merged
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
fd3e896
resolved merge conflicts
Priya4607 1ec2869
annotation_type field support for tags, tf_annotation api, cvat-dumpe…
Priya4607 98f1fd2
unit test fix
Priya4607 5c170c8
squashed migrations
Priya4607 732f95c
updated CHANGELOG.md
Priya4607 b79deae
fixed unit test issues
Priya4607 cec9060
Resolved merge conflicts
Priya4607 e21c824
minor fix
Priya4607 9bb111b
resolved merge conflicts
Priya4607 0405dbb
eslint fix
Priya4607 9d6a095
updated CHANGELOG.md [1.0.0-beta.2], changed cvat-canvas file
Priya4607 00598ab
Unit test case
Priya4607 48eca64
Merge branch 'develop' of https://github.com/opencv/cvat into auto_vs…
Priya4607 4bf3e48
updated CHANGELOG.md [1.1.0-alpha]
Priya4607 ec69c8a
resolved conflicts
Priya4607 904a206
fixed unit test
Priya4607 14659bd
resolved conflicts
Priya4607 30cda12
*removed empty migration files
Priya4607 c1149bf
resolved conflicts
Priya4607 3695a5d
unit test fix
Priya4607 adf086d
resolved conflicts
Priya4607 f34ba1f
Merge branch 'develop' of https://github.com/opencv/cvat into auto_vs…
Priya4607 cccecb0
minor changes
Priya4607 58e41fa
Merge branch 'develop' of https://github.com/opencv/cvat into auto_vs…
Priya4607 3513fe7
included migrations
Priya4607 c3590a1
updated CHANGELOG.md
Priya4607 562ea5f
updated CHANGELOG.md
Priya4607 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- [Datumaro] Added `convert` command to convert datasets directly (<https://github.com/opencv/cvat/pull/1837>) | ||
- [Datumaro] Added an option to specify image extension when exporting datasets (<https://github.com/opencv/cvat/pull/1799>) | ||
- [Datumaro] Added image copying when exporting datasets, if possible (<https://github.com/opencv/cvat/pull/1799>) | ||
- Source type support for tags, shapes and tracks (<https://github.com/opencv/cvat/pull/1192>) | ||
- Source type support for CVAT Dumper/Loader (<https://github.com/opencv/cvat/pull/1192>) | ||
|
||
### Changed | ||
- Removed information about e-mail from the basic user information (<https://github.com/opencv/cvat/pull/1627>) | ||
|
@@ -467,6 +469,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
### Added | ||
- Initial version | ||
|
||
## [0.6.1] - 2020-04-14 | ||
azhavoro marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Added | ||
- Annotation type to determine whether a drawn shape is auto annotated using Tensorflow Object detection API or manually annotated by the user | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Priya4607 , some problems with merge. These lines are wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed those lines. |
||
- source field support for cvat dumper/loader | ||
- source field support for tags | ||
|
||
## Template | ||
``` | ||
## [Unreleased] | ||
|
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
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
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.
Wrong place. Could you please move these lines into the section for next release?
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.
Updated