* Add group for shapes with same track_id
* Replace shift variable
* Use negative ids
* Add unit test
* Rename extra args
* Allow dots in image name for 3D formats
* Update changelog
* Revert changes in bindings
* Fix imports
Added support for Dump annotations, Export Annotations and Upload annotations in PCD and Kitti formats.
Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
Co-authored-by: Smirnova Maria <mariax.smirnova@intel.com>
* add tests
* small fix
* revert settings.settings.json
* add number bug
* revert test_formats.py
* move rest api tests to other file
* add new tests
* Fixed HTTP_400 code
Commented out tests passed Ok
Uncommented tests failed if launched in single test session, seems that tasks created via POST request to url /api/v1/tasks have the same id (1)
* Remove extra files
* Remove extra files
* Disable real API tests due for precommit timeout failures
* Reenable 1 test to check CI completion
* Add Market-1501 to tests
* Enable all tests without exceptions
* some fixes
* Add ICDAR to tests
* Move test data to /tmp/cvat
* Extra changes
* Extend server tests for dataset manager
* Add test for #2924 issue
* fix export dataset test
* fix tests
* code review
* Test refactoring and code review
* Small fix
* Put back test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro
* Small corrections of test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro
* Change download file logic.
* Fix a typo.
* Remove Pylint warnings.
* Remove useless lines.
* fix a typo.
* Remove duplicated polygon pounts test.
* Remove useless import.
* Fix merge issues.
* Use download_file function.
* Don't skip Widerface format
* Refactoring.
* Add asserts test_api_v1_unit_test_on_normalize_shape_function
* Remove useless import.
* Changed values for label attributes.
* Removed test for dead code.
* Removed dead code.
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
Co-authored-by: mzuevx <mikhailx.zuev@intel.com>
Co-authored-by: yasakova-anastasia <anastasia.yasakova@intel.com>