-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support relative paths in import and export #1463
Conversation
@zhiltsov-max could you please fix conflicts? |
@zhiltsov-max , could you please resolve conflict? |
Here is an overview of what got changed by this pull request: Issues
======
+ Solved 1
Complexity increasing per file
==============================
- cvat/apps/dataset_manager/formats/yolo.py 2
- cvat/apps/dataset_manager/bindings.py 1
See the complete overview on Codacy |
@zhiltsov-max uploading of MOT still doesn't work for me. |
@azhavoro, could you share the MOT annotations? |
task_task-2020_06_19_09_15_02-mot 1.1.zip |
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
* Move annotations to dm * Refactor dm * Rename data manager * Move anno dump and upload functions * Join server host and port in cvat cli * Move export templates dir * add dm project exporter * update mask format support * Use decorators for formats definition * Update formats * Update format implementations * remove parameter * Add dm views * Move annotation components to dm * restore extension for export formats * update rest api * use serializers, update views * merge develop * Update format names * Update docs * Update tests * move test * fix import * Extend format tests * django compatibility for directory access * move tests * update module links * fixes * fix git application * fixes * add extension recommentation * fixes * api * join api methods * Add trim whitespace to workspace config * update tests * fixes * Update format docs * join format queries * fixes * update new ui * ui tests * old ui * update js bundles * linter fixes * add image with loader tests * fix linter * fix frame step and frame access * use server file name for annotations export * update cvat core * add import hack for rest api tests * move cli tests * fix cvat format converter args parsing * remove folder on extract error * print error message on incorrect xpath expression * use own categories when no others exist * update changelog * really add text to changelog * Fix annotation window menu * fix ui * fix replace * update extra apps * format readme * readme * linter * Fix old ui * Update CHANGELOG.md * update user guide * linter * more linter fixes * update changelog * Add image attributes * add directory check in save image * update image tests * update image dir format with relative paths * update datumaro format * update coco format * update cvat format * update labelme format * update mot format * update image dir format * update voc format * update mot format * update yolo format * update labelme test * update voc format * update tfrecord format * fixes * update save_image usage * remove item name conversion * fix merge * fix export * prohibit relative paths in labelme format * Add test for relative name matching * move code * implement frame matching * fix yolo * fix merge * fix merge * prettify code * fix methid call * fix frame matching in yolo * add tests * regularize function output * update changelog * fixes * fix z_order use * fix slash replacement * linter * t * t2 Co-authored-by: Nikita Manovich <[email protected]>
Depends on #1715
Motivation and context
Added support for importing annotations with relative paths.
Fixed file name matching when importing annotations with relative paths and the target task has been created with images from file share.
How to test:
How has this been tested?
Unit tests
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.