-
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
Functionality to upload annotations on task creation #1735
Functionality to upload annotations on task creation #1735
Conversation
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.
Thank you for the PR!
Could you please fix tests:
ERROR: test_tasks_list (tests._test_cli.TestCLI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
File "/home/django/utils/cli/tests/_test_cli.py", line 32, in setUp
[self.img_file])
TypeError: tasks_create() missing 3 required positional arguments: 'annotation_path', 'annotation_format', and 'cooldown_period_in_secs'
Pull Request Test Coverage Report for Build 6053
💛 - Coveralls |
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.
LGTM
@egrinstein , thanks for the contribution! |
@nmanovic you welcome, thanks for all the help and the great product. |
* Upload annotations on task creation * Bulk upload v1 * Not working * Annotation upon task creation finished * Functionality to upload annotations on task creation * Functionality to upload annotations on task creation * Functionality to upload annotations on task creation * Functionality to upload annotations on task creation * Fix trailing whitespace * Use status request for checking task completion * fixed default format name Co-authored-by: Eric Grinstein <[email protected]> Co-authored-by: Andrey Zhavoronkov <[email protected]> Co-authored-by: Nikita Manovich <[email protected]>
Motivation and context
Sometimes I have some base annotations I want to add to a task when I create them (for QA, for example). Discussed with @nmanovic at #1453
How has this been tested?
I have tested this locally by uploading tasks of different sizes.
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.