2115 Commits (1ea3334b2febb41458add5e9a53d673d7b963f4b)
 

Author SHA1 Message Date
Snyk bot 1ea3334b2f
fix: upgrade @types/react-color from 3.0.4 to 3.0.5 (#3478)
Snyk has created this PR to upgrade @types/react-color from 3.0.4 to 3.0.5.

See this package in npm:
https://www.npmjs.com/package/@types/react-color

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot cd42f8d874
fix: upgrade @types/lodash from 4.14.170 to 4.14.171 (#3479)
Snyk has created this PR to upgrade @types/lodash from 4.14.170 to 4.14.171.

See this package in npm:
https://www.npmjs.com/package/@types/lodash

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot 97b60297ef
fix: upgrade @types/react from 16.14.10 to 16.14.11 (#3477)
Snyk has created this PR to upgrade @types/react from 16.14.10 to 16.14.11.

See this package in npm:
https://www.npmjs.com/package/@types/react

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Dmitry Kruchinin 746b062814
Cypress test. Update case 10, 11. Added steps "Set start point", "Change direction". (#3468)
* Added step "Set start point" for polygon.

* Added step "Change direction" for polygon.

* Added step "Change direction" for a polyline

* Apply comments
5 years ago
Snyk bot 697878df78
fix: upgrade @types/react-redux from 7.1.16 to 7.1.18 (#3487)
Snyk has created this PR to upgrade @types/react-redux from 7.1.16 to 7.1.18.

See this package in npm:
https://www.npmjs.com/package/@types/react-redux

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot b82a8e709c
fix: upgrade @types/redux-logger from 3.0.8 to 3.0.9 (#3488)
Snyk has created this PR to upgrade @types/redux-logger from 3.0.8 to 3.0.9.

See this package in npm:
https://www.npmjs.com/package/@types/redux-logger

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Dmitry Kalinin b2a17c8224
Fixed moving a task between projects (#3475)
* Added missed modals

* Added CHANGELOG, increased version

* Changed modal location
5 years ago
Snyk bot 16694af9fd
fix: upgrade @types/react-dom from 16.9.13 to 16.9.14 (#3480)
Snyk has created this PR to upgrade @types/react-dom from 16.9.13 to 16.9.14.

See this package in npm:
https://www.npmjs.com/package/@types/react-dom

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot 49050365a3
fix: upgrade @types/platform from 1.3.3 to 1.3.4 (#3476)
Snyk has created this PR to upgrade @types/platform from 1.3.3 to 1.3.4.

See this package in npm:
https://www.npmjs.com/package/@types/platform

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Dmitry Kruchinin 44c8709420
Cypress test. Settings. Default number of points in polygon approximation. (#3465)
* 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>
5 years ago
Snyk bot 8199da0361
fix: cvat-data/package.json & cvat-data/package-lock.json to reduce vulnerabilities (#3470)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSZIP-1251497
5 years ago
Timur Osmanov bc2c85a9d3
Documentation update (#3464)
* update documentation add approximation and done button

* fix linter error and mistakes

* documentation update and fix mistakes

* delete unused image

* rename an images to resolve a conflict

* Update site/content/en/docs/manual/basics/top-panel.md

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev 0ea4897b1c
Semi-automatic tools enhancements (Client-side points minimizer) (#3450)
* 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
5 years ago
Kirill Lakhov 7e7a5b9623
Histogram equalization feature (#3447)
* Added histogram equalization

* Fixed equalization memory leak

* Removed unused console.log

* Fixed eslint errors

* Fixed algorithm implementation in opencv control

* Fixed histogram equalization disabling

* Fixed eslint errors

* Removed outdated code and reworked cycles in functions

* Fixed forceUpdate flag disabling

* Fixed image bitmap creation

* Fixed running setState and imageModifier
5 years ago
Dmitry Kalinin e3616df0da
Fixed creation task problem (#3454)
* Fixed existng labels issue

* Added CHANGELOG, increased package versions

* Fixed project search field

* Fixed cypress test
5 years ago
Dmitry Kruchinin 056b7d8bf3
Cypress test. Rework case "Save filtered object in AAM" for CI nightly. (#3441)
* Rework case 99 for CI nightly

* Some fix

* Added a comments.
5 years ago
Tadej Svetina 6055be499e
Replace Nginx proxy with Traefik (#3409)
* Replace Nginx with Traefik

* Comment Traefik dashboard commands and ports

* Fix cvat service port

* Simplify traefik dashboard instructions

* Add license to docker-compose files

* Update all mentions of CVAT_HOST in the docs

* Add link to Traefik documentation on router rules

* Return base CVAT port to 8080

* Fix spelling in documentation

* Fix port indentaion in docker-compose file

* Fix Traefik dashboard config

* Update changelog

* Adapt serverless dockerfile

* Update analytics dockerfile

* Update analytics docker compose file

* Fix linting issues

* fixed linter issues

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
MashaSS f4382fec53
Add tests for Dataset repo. (#3414)
* 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.
5 years ago
Dmitry Kalinin 71910647b0
Small improvement of vs-code settings (#3452) 5 years ago
Dmitry Kruchinin f877f11fce
Cypress test. Adding a subset when creating a task from a project. (#3451)
* Added css class for subset field

* Update Cypress test and command

* Applying comments
5 years ago
Snyk bot 6e3dcb2581
fix: upgrade @types/react from 16.14.8 to 16.14.10 (#3455)
Snyk has created this PR to upgrade @types/react from 16.14.8 to 16.14.10.

See this package in npm:
https://www.npmjs.com/package/@types/react

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Dmitry Kruchinin 1cadb3c6f4
CI. Reducing the time of passing CI through the separation of tests for 3D functionality. (#3442)
* Tests moved to diff folder

* Update cypress config for 3d tests

* Update main.yml

* CI config fixing

* Updates screenshot path
5 years ago
Dmitry Kruchinin f82dcae82b
Cypress. Fix case 16 for Firefox. (#3446) 5 years ago
Dmitry Kruchinin 3be162a0a7
Update case72. Checking "Attribute keeping when changing label" feature (#3448) 5 years ago
Nikita Manovich bcead927e4 Small changes for serverless tutorial. 5 years ago
Nikita Manovich 0baf794674
Tutorial about serverless functions (#3124)
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
5 years ago
Boris Sekachev 330b8a832f
Semi-automatic tools enhancements (Stage 0) (#3417)
* 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
5 years ago
MashaSS bab3366e18
Server test. Combined image and directory extractors using shared storage (#3428)
* Fixed combined image and directory extractors

* Updated changelog

* Updated CHANGELOG

* Add test for fix combined image and directory extractors case.

* Code review.

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Dmitry Kruchinin 1faa9b17a0
Cypress test. Save filtered object in AAM. (#3436)
* Cypress test. Save filtered object in AAM.

* Update cypress command

* Revert changes for cypress command. Moved the test.

* Splited "changeWorkspace" and "changeLabelAAM" commands.
5 years ago
manasars c58e915c32
CVAT-3D milestone6 (#3234)
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>
5 years ago
Dmitry Kruchinin 04f63a4063
Cypress test. Update case 90 for check issue 3415. (#3437) 5 years ago
Marci ba8d064b52
Added smart attribute keeping when changing label (#3309)
* Added smart attribute keeping when changing label

* Removed input type check
5 years ago
Boris Sekachev 4fd57a8950
Fixed combined image and directory extractors (#3424)
* Fixed combined image and directory extractors

* Updated changelog

* Updated CHANGELOG
5 years ago
Boris Sekachev 0dbe0a579f
Fixed: Context image disappears after undo/redo (#3416)
* Fixed found issue

* Updated version & changelog
5 years ago
Boris Sekachev 719fcf30bc
Fixed issue when save filtered object in AAM (#3401)
* Fixed issue when save filtered object in AAM

* Updated version & changelog
5 years ago
Maxim Zhiltsov de2ce7e867
Update Datumaro dependency to 1.10 (#3411)
* Update formats wrt Datumaro Transforms API changes

* Add mismatching key output in tests

* Strip label dir in vggface2 import

* Update dependency

* update patch
5 years ago
Snyk bot 19eefb5933
fix: cvat/requirements/base.txt to reduce vulnerabilities (#3392)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1316216
5 years ago
Snyk bot 6076fff116
fix: cvat/requirements/base.txt to reduce vulnerabilities (#3384)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1315688
5 years ago
Lei Lei e8de8a5fc7
Add other option to create superuser for win10 during installation (#3385) 5 years ago
Timur Osmanov dde8a40ce5
Documentation for export/import a task (#3367)
* update documentation sorting

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* add 3D task documentation

* update documentation

* fix conflict README.md

* fix linter error v1

* update documentation

* fix mistakes

* update creating an annotation task section

* rename section

* fix numeration

* fix mistakes

* update docs

* fix grammar

* delete info about not implemented features

* fixed comments

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
5 years ago
Dmitry Kruchinin d47c5e468d
Cypress. Adapting tests to run in CI nightly. (#3370)
* Cypress. Skipping test "Export, import an annotation task" for Firefox.

* Updated case 37 for Firefox

* Redesign the test
5 years ago
Thatwho d2c77394c2
Make function get_progress be compatible with more video format (#3381)
* Make function get_progress be compatible with more video format

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Andrey Zhavoronkov 7f4b1853ab
Fixed cvat_ui image build in case of OOM error (#3379)
* fixed cvat_ui image build in case of OOM error

* updated changelog
5 years ago
Dmitry Kruchinin b7f8e8dd83
Build CVAT with models support. Adding cypress test to check models page. (#3369)
* 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
5 years ago
MashaSS 0c524c6d14
Update to Django 3.1.12. (#3378)
* Update to Django 3.1.12.

* Update changelog and add comment.
5 years ago
Dmitry Kruchinin 3e93f95ef7
Cypress test. Update "Multiple users. Assign task, job." (#3347)
* Added cypress commands

* Updated cypress test case 4 for check issue 3339

* Apply comments. Some rework cypress commands.
5 years ago
Dmitry Kalinin 961bc58935
Webpack dev server proxy (#3368)
* 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
5 years ago
Snyk bot c8b0521e42
fix: upgrade @types/react-router from 5.1.14 to 5.1.15 (#3375)
Snyk has created this PR to upgrade @types/react-router from 5.1.14 to 5.1.15.

See this package in npm:
https://www.npmjs.com/package/@types/react-router

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Andrey Zhavoronkov 3aba7254c9
F~ixed extra notifications about frame rejection during navigation (#3373) 5 years ago
Timur Osmanov 830c7b213e
Add documentation for 3d task (#3364)
* update documentation sorting

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* add 3D task documentation

* update documentation

* fix conflict README.md

* fix linter error v1

* fix numeration
5 years ago