-
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
[Datumaro] Add merge command with segment intersection #1695
Conversation
Pull Request Test Coverage Report for Build 6926
💛 - Coveralls |
Here is an overview of what got changed by this pull request: Issues
======
- Added 1
Complexity increasing per file
==============================
- datumaro/datumaro/util/annotation_tools.py 1
- datumaro/datumaro/cli/contexts/project/diff.py 1
- datumaro/datumaro/cli/commands/quality.py 7
- datumaro/datumaro/cli/commands/merge.py 7
Complexity decreasing per file
==============================
+ datumaro/datumaro/components/project.py -3
See the complete overview on Codacy |
_image = None # TODO: remove after debug | ||
_item = None # TODO: remove after debug | ||
def __call__(self, datasets): | ||
merged = Dataset( |
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.
Codacy found an issue: expected an indented block (, line 95)
@zhiltsov-max Could you please update PR? There are many indentation errors in datumaro/datumaro/components/operations.py. |
dbd3c38
to
bb5b40d
Compare
bb5b40d
to
bde2aaa
Compare
Finished. |
@zhiltsov-max , need to fix merge conflicts |
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
Motivation and context
If you want to test:
Labels in the datasets must match.
Example (requires openvino):
interp.py
Face detection example
How has this been tested?
Manual test, unit tests.
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.