1248 Commits (ec7d2b9687aa712f8eb8da32241ff2850a9d37ed)
 

Author SHA1 Message Date
Maya a4ca919b3f Merge branch 'upstream/develop' into cache 6 years ago
Maya 0fe2e1875c Merge branch 'develop' of https://github.com/opencv/cvat into upstream/develop 6 years ago
Maya fb383c71e2 Deleted unnecessary 6 years ago
Maya d29f4cb6e0 Added tests 6 years ago
TOsmanov 026e8e58b4
Update README.md (#2086) 6 years ago
Boris Sekachev ebeef1d640
Fixed error message (#2087) 6 years ago
Maxim Zhiltsov 55073fb16e
[Datumaro] Mandatory sorting for black color in voc masks (#2048)
* Remove `guess`, add mandatory sorting and black label

* update changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov 2510d4d659
Added ability to configure email verification for registered user (#1929)
* Added ability to configure email verification for registered user
Removed unused code

* updated changelog

* fixed comments

* fixed swagger

* updated docs

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Boris Sekachev 5d2c329242
Added more info to output during ui build (#2080) 6 years ago
Andrey Zhavoronkov 0d418666c6
used addEventListener instead of overriding window.onerror for global error handling (#2079) 6 years ago
Dmitry Kruchinin 778b7f5227
Cypress test for issue 1841 (#2057)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Boris Sekachev 1fdf10032a
Added label validators (#2078)
* Added label validators

* Updated version
6 years ago
Maya b47d3d5683 Update CHANGELOG 6 years ago
Maya 761c83f3ab Fix migration 6 years ago
Maya e0461574ba Updated version 6 years ago
dependabot-preview[bot] 1c1baeb46c
Bump pdf2image from 1.13.1 to 1.14.0 in /cvat/requirements (#2076)
Bumps [pdf2image](https://github.com/Belval/pdf2image) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/Belval/pdf2image/releases)
- [Commits](https://github.com/Belval/pdf2image/compare/v1.13.1...v1.14.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Maya 3fdf065511 Merge branch 'upstream/develop' into cache 6 years ago
Maya a46bba2df5 Merge branch 'develop' of https://github.com/opencv/cvat into upstream/develop 6 years ago
Maya 7bb5e02ff1 Added license headers 6 years ago
Maya 2144c4aadd Refactoring 6 years ago
Maya 43c2c6ea87 Merged migrations into one file 6 years ago
Maya 3b9b1c686f Disabled use cache default 6 years ago
Boris Sekachev 9e05ffca35
Added notification message when browser is wrong (#2070)
* Added notification message when browser is wrong

* Removed extra code, updated changelog
6 years ago
Boris Sekachev 18cdcd5daa
Added link to admin page (#2068)
* Added link to admin page

* Updated version

* Updated changelog
6 years ago
Andrey Zhavoronkov 1907b7924a
Added django-rq to the proxy match pattern. (#2069)
* added django-rq to the match pattern. Remoed unused locations from the config.

* updated changelog

* updated installation guide
6 years ago
Maxim Zhiltsov 3fb3f677eb
[Datumaro] Update documentation (#2059)
* Update docs

* fix indent

* update design
6 years ago
dependabot-preview[bot] 082fc7a4dd
Bump pylint from 2.5.3 to 2.6.0 in /cvat/requirements (#2063)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.5.3...pylint-2.6.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot] 35e8a127a8
Bump shapely from 1.7.0 to 1.7.1 in /cvat/requirements (#2064)
Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/Toblerity/Shapely/releases)
- [Changelog](https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt)
- [Commits](https://github.com/Toblerity/Shapely/compare/1.7.0...1.7.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot] 4b32a97060
Bump rq from 1.4.2 to 1.5.1 in /cvat/requirements (#2065)
Bumps [rq](https://github.com/nvie/rq) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/nvie/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](https://github.com/nvie/rq/compare/v1.4.2...v1.5.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Dmitry Kalinin bee4c3799f
Label color (#2014)
* added color to django app and cvat-core

* temp

* temp

* Added label color to mask dump

* Fixed UI for label color picker

* npm packages and CHANGELOG

* fixed models and migrations

* Fixed default background color and using normalization

* Added setting label color with hash

* fixed error

* Added close icon to color picker

* Fixed CHANGELOG

* requested changes

* fixed menu visibility

* Fixed label hashing and algorithm

* Added wheel package to CI

* Fixed dockerfile

* moved wheel package from dockerfile to requirements

* fixed requirements

* Fixed requirements

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Dmitry Kruchinin 822a3b5578
Cypress test for issue 1944 (#2055)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Maya ff62baab99 Changed paths 6 years ago
Maya 1520dcc605 Deleted ArchiveReader/get_path 6 years ago
Dmitry Kalinin 582e23bf88
Batch of fixes (#2031) 6 years ago
Dmitry Kruchinin 9c4e717ddb
Cypress test for issue 1819 (#2043)
* Cypress test for issue 1819

* Fixing a typo in parameter naming

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
dependabot-preview[bot] cdb5d281ef
Bump fakeredis from 1.4.2 to 1.4.3 in /cvat/requirements (#2052)
Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/jamesls/fakeredis/releases)
- [Commits](https://github.com/jamesls/fakeredis/compare/1.4.2...1.4.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Dmitry Kruchinin 4dadf55344
Cypress test for issue 810 (#2045)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Maya 3236546907 Merge branch 'develop' of https://github.com/opencv/cvat into upstream/develop 6 years ago
Maya ade215399c Fix 6 years ago
Maya f3630aa4b5 Some additions:
* moved cache implementation
 * fixed start, stop, step for tasks that created on the fly
 * changed frame provider
6 years ago
Dmitry Kruchinin 82c3e0496b
Cypress test for issue 1750. (#2030)
* Cypress test for issue 1750.

* Rework imageGeneration function.

Rework test for getting an elements by recently added classes.

* Changing the class to switch to AAM mode

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin ec8ebc7473
Cupress test for issue 1785 (#2018)
* Cupress test for issue 1785

Add test.
Add functionality for create zip archive with images.
Update package.json, package-lock.json.

* Applying comments.

Code refactoring.

* Applying comments.

* Reworking commands to search for elements by new classes

* Return Promise from imageGenerator function.

Remove wait() after image generation.

* Replace "throw" to "reject" in the "imageGenerator" function.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
dependabot-preview[bot] 33156ab32f
Bump opencv-python from 4.4.0.40 to 4.4.0.42 in /cvat/requirements (#2040)
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.4.0.40 to 4.4.0.42.
- [Release notes](https://github.com/skvark/opencv-python/releases)
- [Commits](https://github.com/skvark/opencv-python/commits)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Maxim Zhiltsov 17a5554cd5
[Datumaro] Add merge command with segment intersection (#1695)
* Add multi source merge

* update changelog

* cli update

* linter

* fixes and tests

* fix test

* fix test

* relax type requirements in annotations

* fix polylines

* Make groups more stable

* Add group checks

* add group check test
6 years ago
Boris Sekachev 90cc36eb1c
More classes to cypress testing (#2038) 6 years ago
Dmitry Kruchinin e8c44bc8e2
Cypress test for issue 1439 (#2028)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Boris Sekachev cf465b51eb
Added html meta description for cvat.org (#2035)
* Added html meta description for cvat.org

* Update index.html

Changed tabs to spaces
6 years ago
Maya 94bb3659c9 Added data migration 6 years ago
Maya e947a8252c Added ability to select using cache or no in task creating form & some fixes 6 years ago
Dmitry Kruchinin 8f323cfd5c
Cypress test for issue 1429 (#2017)
* Cypress test for issue 1429

* Rebase. Code refactoring.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago