* Cypress test case 106. docker-compose for file share.
* Continue writing the test
* Added class to reducer
* Case 106. Added check issue 3733
* Updated yml files
* debug
* Fix renaming a image
* Remove debug
* Update the test
* Added comment
* Rename test case/file/images
* Added assert.
* Applying comments
* Apply comments
* Tried to fix some tests
* Revert visibility class
* Fixed outdated code
* Fixed one code point
* Test.
* Fixed upload annotations tests
* Fixed upload tests
* Disable animation for popovers
* Removed extra class
* Removed strange check
* Pass overlayStyle from HOC to child Popover
* Revert "Revert "Updating tests for migration to a new version of antd (#3623)""
This reverts commit 0fd8b5d49e.
* Fixed issue with annotations uploading
* Fixed menu on annotation page
* Tried to fix: Cannot read property nodeType of null
* Updated deps
* Fixed a couple of issues in menu
* Fixed import after updating antd
* Update cvat-ui/webpack.config.js
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
* Migrated to new antd and react, fixed tests
* Popover visibility reworked
* Fixed package-lock
* Fix command for a shape drawning.
* Fix command for 3D functionality
* Fixed cannot read property map of undefined
* Updated cypress and plugins
* Update main.yml
* Update popover visibility in the tests
* Replace "be.visible" to check "ant-popover-hidden" class
* Implemented tricky way to setup popover visibility
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
* Cypress. Update case 14. "Selected opacity" slider now defines opacity level of shapes being drawn
* Apply comments
* Update test for opencv
* Added check for polygon
* Cypress test. Installed module and cypress plugin
* Updated the test. Experimtnts with a command
* Try to getting a clipboard text
* Rework adding clipboard. Revert index.js
* Added the step for creation link for a frame. Added asserts
* Adapted for Firefox
* 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
* Cypress test. Settings. Default polygon approximation accuracy level.
* The test updated
* Rename the test
* A couple of fixes for trackers & detectors
* Updated default value
* Update tests/cypress/integration/actions_tasks/case_100_settings_default_number_of_points_in_polygon_approximation.js
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* 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
* Fixed cuboid redraw
* Updated version & changelog
* Fixed duplicated cuboid
* Updated changelog
* Do not skip test for cuboid
* Removed comment
* Fixed one more case
* Case 54. Add checking issue 3219
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>