1705 Commits (069fadc053aa5c8d4676a9696753818f5db1db36)
 

Author SHA1 Message Date
manasars 069fadc053
CVAT-3D: support lidar data on the server side (#2534)
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
* Added Support for 3D file Upload in BIN and PCD.
* Added Dimension attribute defaulting to 2D for importer and exporter.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers

Co-authored-by: cdp <cdp123>
5 years ago
Nikita Manovich 3d8f3c6f0b Update CHANGELOG and bump the server version till 1.3.0-alpha 5 years ago
Nikita Manovich f533436ee6 Merge branch 'release-1.2.0' into develop 5 years ago
Nikita Manovich da4efddd59 Update CHANGELOG and the server version. 5 years ago
TOsmanov 6945fa5714
Add documentation about Review feature into User Guide (#2638) 5 years ago
TOsmanov 43053136aa
Add documentation about projects into User Guide (#2632) 5 years ago
Dmitry Kruchinin 266e7ca9b4
Сypress test. Issue 2524. (#2634)
* First step

* Second step.

* Third step

* Fourth step

* Fifth step.

* Added css classes. Added commands. Finish writing the test.

* Some fix

* Updated version

* Some tests adaptation

* Rework saveJob() command

* Tests adaptation.

* Cypress test. Issue 2524.

* Apply comments

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Dmitry Kruchinin 09794c52c9
Cypress test. Review pipeline feature. (#2555)
* First step

* Second step.

* Third step

* Fourth step

* Fifth step.

* Added css classes. Added commands. Finish writing the test.

* Some fix

* Updated version

* Some tests adaptation

* Rework saveJob() command

* Tests adaptation.

* Apply comments

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
DmitriyOparin 67c3d6b459
Update cypress test. Fail login. (#2618)
* added new steps with incorrect user and password

* added className and change cvat-ui version

* improvements closeNotification function

* fixed if it running at firefox

* added className

* fix space on string

* added closeNotification in step

* improvements by comments

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin a04d95dfc5
Update cypress test. Change password fail. (#2619)
* added step change password with incorrect password

* added cssSelectors for elements and changed cvat-ui version

* rename step

* improvements by comment

* fix if test running in firefox

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin e4c5a78774
Upgrade cypress test. Add check filter history. (#2588)
* add test

* add cssSelector for elements and update cvat-ui versions

* added step for verify select two filters

* rework by comments

* improved selection of two filters

* improvements by comments

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin 4375234c91
Cypress test. Object make a copy. (#2630)
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 01d35c8794
Cypress test. Issue 2625. (#2629)
* Add css class for modal window.

* Add cypress test

* Move base_actions_project_task_user.js to another folder.

This folder will not be available when running through Firefox

* Rework cypress main configs.

* Add assert

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev b41afad395
Fixed annoying warnings from cvat-canvas (#2627) 5 years ago
Boris Sekachev c89cca7038
Added css classes depending on popover state (#2624)
* Added css classes depending on popover state

* Updated version

* Visibility handling for rotation

* Minor fixes
5 years ago
Dmitry Kruchinin ddd1c08963
Fix multiple tests for the Firefox browser (#2615)
* Add css class for modal window

* support/index.js adaptation

* Several tests adaptation

* Apply comments.

* Applying comments.

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev 33b9f8bc55
Fixed project removing (#2626)
* Fixed project removing

* Updated changelog
5 years ago
Snyk bot 2c74394f51
fix: cvat-core/package.json & cvat-core/package-lock.json to reduce vulnerabilities (#2616)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
5 years ago
Dmitry Kruchinin c126d2afeb
Cypress test. Button “Continue” in label editor. (#2570)
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Snyk bot 9bce3d6f4a
fix: upgrade @types/react from 16.14.1 to 16.14.2 (#2579)
Snyk has created this PR to upgrade @types/react from 16.14.1 to 16.14.2.

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 2c88e2ddb5
Cypress test. Drawing with predefined number points. (#2583)
* Cypress test. Drawing with predefined number of points.

* Updated version.

* Fix typo

* Add css class for modal window.

Rework cypress command for remove annotation.

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 8285e8bdd1
Cypress test. Search task feature. (#2599)
* Add css class to search task placeholder

* Cypress test. Search task feature.

* Finish write the test.

* Some fix

* Add some options for search

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin e6e6be94f9
Cypress test. Label constructor. Color label. (#2568)
* Cypress test. Label constructor. Color label.

One test adaptation.

* Fix test case22. Disable checking tag name.

* Some fix.

* Add css classes. Update cypress command.

* Version updated

* Some rework case22

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Andrey Zhavoronkov 48b6da9361
Fix frame preloading (#2608)
* fixed frame preloading

* version++

* updated changelog
5 years ago
Dmitry Kruchinin 2a41b64c85
Cypress test. Issue 2487. (#2571)
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
DmitriyOparin dff11d1ada
Upgrade cypress test. Login and logout. (#2574)
* added new steps

* added cssSelector for task name element

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin 1398bd3390
Cypress test. Group color feature. (#2589)
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
DmitriyOparin 68dfa5da64
Cypress test. Attribute annotation mode zoom margin feature. (#2573)
* add test

* improvements test

* improvements other tests

* add cssSelectors

* small improvements

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin 979bd33ccd
Cypress test. Always show object details feature. (#2581)
* add test

* removed create several objects

* fix number test

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin 4816808bd9
Fix migration error in CRON type of CI. (#2606)
* Wait response from API `/server/about` before creating superuser in cron tests

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Snyk bot 83193d06b9
fix: upgrade async-mutex from 0.2.4 to 0.2.6 (#2601)
Snyk has created this PR to upgrade async-mutex from 0.2.4 to 0.2.6.

See this package in npm:
https://www.npmjs.com/package/async-mutex

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6457ad1f-89ea-4fc9-a983-bdb963e74086?utm_source=github&utm_medium=upgrade-pr
5 years ago
DmitriyOparin ca62b6b215
Cypress test. Collapse sidebar/apperance. (#2549)
* add test

* add className for hide/unhide appearance

* change version cvat-ui

* change version cvat-ui

* step get value moved to before method

* small fix

* small improvements

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin 634e409792
Fix build cron type. (#2597)
* Fix Module "test.email_settings" not found.

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
dependabot[bot] f585a9766c
Bump tensorflow from 2.2.1 to 2.4.0 in /cvat/requirements (#2576)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.2.1...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Andrey Zhavoronkov f8e9dc3380
Fixed the memory consumption when creating a task (#2582)
* fixed the memory consumption when creating a task

* fixed _get_frame_size function

* updated changelog
5 years ago
Ali Jahani eb349a6671
Updated Changelog for GPU Support (#2577)
* updated the documentation

* boosting nuclio version to 1.5.8

* fixed bug for png alpha channel

* added support for tensorflow gpu

* fixed typos

* Update cvat/apps/documentation/installation_automatic_annotation.md

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>

* Addressing pr comments - improved documentation and removed code duplication

* removed extra spaces

* Update nuclio to 1.5.8

* fixed typo

* removed extra cpu deployment

* renamed files

* updated changelog

* updated changelog

* removed extra word

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Nikita Manovich 6dd8130475 Update CVAT version and changelog. 5 years ago
Nikita Manovich 783fbac19d Update CHANGELOG 5 years ago
Anastasia Yasakova 916dd6dff7
Add CamVid format (#2559)
* Update Datumaro to 0.1.4

* Add CamVid format

* Add CamVid to documentation

* Update changelog.

* Added information about ImageNet and CamVid into README.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Snyk bot 86d3f92999
fix: upgrade @types/react from 16.9.56 to 16.14.1 (#2565)
Snyk has created this PR to upgrade @types/react from 16.9.56 to 16.14.1.

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
Snyk bot c866d0c1e7
fix: upgrade @types/react-dom from 16.9.9 to 16.9.10 (#2566)
Snyk has created this PR to upgrade @types/react-dom from 16.9.9 to 16.9.10.

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
dependabot[bot] f265b3006c
Bump ini from 1.3.5 to 1.3.8 in /cvat-ui (#2564)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Andrey Zhavoronkov 04ac49a738
OpenH264 encoder (#2562)
* use Cisco openh264 encoder instead libx264
* installation of source code
* multistage build
* Reduced the size of docker image
* updated travis config
* set ubuntu 20.04 as build env
5 years ago
Ali Jahani 8343dd776e
Auto annotation GPU support (#2546)
* updated the documentation

* boosting nuclio version to 1.5.8

* fixed bug for png alpha channel

* added support for tensorflow gpu

* fixed typos

* Update cvat/apps/documentation/installation_automatic_annotation.md

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>

* Addressing pr comments - improved documentation and removed code duplication

* removed extra spaces

* Update nuclio to 1.5.8

* fixed typo

* removed extra cpu deployment

* renamed files

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Jacek Chrapkowski 217a327744
Wrong parametrization of the rqscheduler instance (#2563)
Co-authored-by: devuser <devuser@kickseed.sclab.intel.com>
5 years ago
dependabot[bot] 4edabdb3ed
Bump ini from 1.3.5 to 1.3.7 in /cvat-canvas (#2558)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev e8bd31c415
Antd4 migration minor fixes found on cvat.org (#2561)
* Fixed: 'Cannot read property key of undefined'

* Removed extra pagination parameters

* Fit canvas when collapsed

* Fixed task completion indicator

* Added reviewer info to serialized copy

* Updated version
5 years ago
DmitriyOparin 240f07c3ac
Cypress test. Settings player step. (#2539)
* add test

* add steps to jump via shortcuts

* improvements test

* added open/close settings  check

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin 6e5f6834b9
Cypress test. Undo and redo feature. (#2535)
* add test

* step for create objects moved to before function

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin 09cf807d39
Cypress test. Canvas brightness contrast saturation feature (#2530)
* add test

* change type variables, let to const

* change type another variables

* changed cssSelector to find cvat_canvas_background element

* change cssSelector from ant to cvat

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago