* First stage for points minimizer
* Fixed issue with correct opencv initialization status
* Displaying points during interaction
* Added releasing memory
* Initial version for on-the-fly optimization
* Redesigned accuracy
* Updated version & changelog
* Fixed opencv scissors
* Clean up some intermediate state
* Fixed scss
* Redesigned slider a bit
* Added errored shape
* Keep slider hidden while didn't recieve first points
* Adjusted settings slider
* Updated label
* A couple of fixes for trackers & detectors
* Updated default value
* Add test for dataset_repo.
* Refactoring and fix all pylint warnings.
* Change hardcoded password to avoid pylint errors.
* Remove hardcoded password to avoid pylint errors.
* Remove test_clone_nonexistent_repo and rename test class.
* Remove unused import.
* Improved removable points, added a button to finish current object
* Code refactoring for ai tools and opencv
* Fixed style for workspace selector
* IOG UX fix
* Updated version & changelog
* Added 'min_neg_points' parameter to serverless interactors
* Return 'min_neg_points' from the server
* Cypress test. Save filtered object in AAM.
* Update cypress command
* Revert changes for cypress command. Moved the test.
* Splited "changeWorkspace" and "changeLabelAAM" commands.
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>
* Try add model support to CVAT build
* Added a test. Run test from different job.
* Change context
* Moved models test to project actions.
Configs adaptations.
Checking nightly
* Moved canvas 3d tests to different cypress config
Updated publish_docker_images.yml
* Removed models from matrix
* check tests on publish workflow
* Rework publish yml
* fix build, up -d
* Removed unnecessary line
* Added proxy to webpack dev server config
* Added CHANGELOG increased package version
* Added webpack.config to eslintignore
* Added webpack.config to eslintignore
* Changed ignore to wildcard
* Changed path checker to regexp
* Fixes:
- exception with getting content when specific_attributes=''
- no deletion of temporary index for temporary manifest
* Fix getting owner structure instead of id
* Delete :=
* Fix creating task with cloud storage: preview && nonexistent field
Co-authored-by: Nikita Manovich <nikita.manovich@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>