1139 Commits (416df8980afa18b3a686e63405f5cc9a946c4e95)
 

Author SHA1 Message Date
Nikita Manovich 416df8980a
Don't allow lambda manager to return objects with a label which doesn't exist in the task. (#2131) 6 years ago
dependabot-preview[bot] 21e67c2047
Bump django-extensions from 3.0.6 to 3.0.8 in /cvat/requirements (#2144)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/3.0.6...3.0.8)

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] 67de3f86dd
Bump diskcache from 4.1.0 to 5.0.2 in /cvat/requirements (#2145)
Bumps [diskcache](https://github.com/grantjenks/python-diskcache) from 4.1.0 to 5.0.2.
- [Release notes](https://github.com/grantjenks/python-diskcache/releases)
- [Commits](https://github.com/grantjenks/python-diskcache/compare/v4.1.0...v5.0.2)

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] 6f635436a9
Bump isort from 4.3.21 to 5.5.1 in /cvat/requirements (#2142)
Bumps [isort](https://github.com/pycqa/isort) from 4.3.21 to 5.5.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/4.3.21...5.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
dependabot-preview[bot] 7552c90631
Bump gitpython from 3.1.3 to 3.1.8 in /cvat/requirements (#2143)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.3 to 3.1.8.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.3...3.1.8)

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[bot] f43863aa79
Bump http-proxy from 1.17.0 to 1.18.1 in /cvat-canvas (#2134)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 years ago
Dmitry Kruchinin cb4d8e6ee5
Cypress test for issue 1825. (#2124)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin ab3fac5d93
Cypress test for issue 1438. (#2113)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin bd6cefeada
Cypress test for issue 1425. (#2122)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Boris Sekachev bd143853a5
Running detectors on the fly (#2102)
* Draft version

* Removed extra file

* Removed extra code

* Updated icon: magic wand

* Ctrl modifier, fixed some cases when interaction event isn't raised

* Added tooltip description of an interactor

* Locking UI while server fetching

* Removing old code & refactoring

* Fixed couple of bugs

* Updated CHANGELOG.md, updated versions

* Update crosshair.ts

* Minor fixes

* Fixed eslint issues

* Prevent default action

* Added minNegVertices=0 by default, ignored negative points for dextr, fixed context menu in some cases

* On the fly annotations draft

* Initial version of FBRS interactive segmentation

* Fix fbrs model_handler

* Fixed couple of minor bugs

* Added ability to interrupt interaction

* Do not show reid on annotation view

* Prettified UI

* Updated changelog, increased version

* Removed extra files

* Removed extra code

* Fixed changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov ffb71fb7a2
[Datumaro] Merge with different categories (#2098)
* Add category merging

* Update error message

* Add category merging test

* update changelog

* Fix field access

* remove import

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov 4dbfa3bfdf
[Datumaro] Update docs (#2125)
* Update docs, add type hints, rename extract

* Add developer guide

* Update license headers, add license text

* Update developer_guide.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov 87d76c9a1a
Update Django 2->3 (#2121)
* used ubuntu 20.04 as base image

* updated CI image

* Fixed indent

* updated contributing guide and changelog

* update django

* Fixed migration:
this migration contains several "duplicates" (for example, it changes the id field and then changes the tarck_id field of the related table).
Since version 3.x, Django cannot apply such migrations and throws an exception.
Also checked the auto-generated migration: it doesn't contain those double changes.
In both cases, the schemas of these tables are the same.
6 years ago
Maxim Zhiltsov 8cbe3956a3
Fix cvat format (#2071) 6 years ago
Dmitry Kruchinin 0982ea3f57
Cypress test for issue 1568. (#2106)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin a30921b271
Cypress test for issue 1433. (#2116)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Maxim Zhiltsov 98c06a342a
[Datumaro] Diff with exact annotation matching (#1989)
* Add exact diff command

* Update changelog

* fix

* fix merge

* Add image matching, add test

* Add point matching test

* linter

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov ae6ec40135
Image copying in CVAT format (#2091) 6 years ago
Savan Visalpara e52ff96adf
fix: discard polygons with length of 4 or less (#2100)
* discard polygons with length of 4 or less

* updated minimum length of polygons

* added line in CHANGELOG

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov 51ff63069d
Ubuntu 20.04 as a base image for CVAT Dockerfile (#2101)
* used ubuntu 20.04 as base image

* updated CI image

* Fixed indent

* updated contributing guide and changelog
6 years ago
Nikita Manovich 668b3e57f7 Merge branch 'Marishka17-cache' into develop 6 years ago
Nikita Manovich 1b4ad3266b Merge remote-tracking branch 'origin/develop' into Marishka17-cache 6 years ago
Boris Sekachev cae85760b8
Update CHANGELOG.md 6 years ago
Dmitry Kalinin 0e37d70b1a
CVAT UI: batch of fixes (#2084)
* fixed object item border color

* Fixed default collapsed prop in object item

* Added color picker for shape outline

* Added CHANGELOG, increased npm version

* Fixed object details collapsing

* Fixed default collapsed
6 years ago
Nikita Manovich f969e502dd Update CHANGELOG 6 years ago
Nikita Manovich 4c24237e8a Merge remote-tracking branch 'origin/develop' into Marishka17-cache 6 years ago
Nikita Manovich 28225f9dc6 Merge branch 'cache' of https://github.com/Marishka17/cvat into Marishka17-cache 6 years ago
Andrey Zhavoronkov 510191f64b
Added password reset functionality (#2058)
* added reset password functionality

* updated changelog and versions of cvat-core, cvat-ui

* fixed comments

* Update cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-form.tsx

* Fix CHANGELOG

* fixed comments

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Dmitry Kruchinin a6884427d4
Cypress test for issue 1540. (#2096)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin 7acd8dddc6
Cypress test for issue 1498 (#2083)
* Cypress test for issue 1498

* Applying comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin 8207eaeaba
Cypress tests via Firefox browser. (#2092)
* Cypress tests via Firefox browser.

Added browser verification functionality.
Added user and tasks removing functionality.

* Applying comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
dependabot-preview[bot] 82ea219602
Bump django-cors-headers from 3.4.0 to 3.5.0 in /cvat/requirements (#2110)
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases)
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst)
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.4.0...3.5.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] dcc1a6a477
Bump django-extensions from 3.0.5 to 3.0.6 in /cvat/requirements (#2109)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/3.0.5...3.0.6)

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
Boris Sekachev 908e0569d8
Improved interface of interactors on UI (#2054) 6 years ago
Nikita Manovich 174fe1690b Update CHANGELOG and version. 6 years ago
Nikita Manovich f87b5da26f
Merge pull request #2108 from opencv/release-1.1.0
Update CHANGELOG and version.
6 years ago
Nikita Manovich 98ca16af52 Update CHANGELOG and version. 6 years ago
Andrey Zhavoronkov 9d285e0f36
fix version of setuptools (#2104) 6 years ago
Dmitry Kruchinin 15acb953e3
Cypress test for issue 1444. (#2099)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Maya e7df942f6d Refactoring 6 years ago
Dmitry Kruchinin 4cede5c959
Cypress tests for issues 1882, 1886. (#2075)
* Cypress tests for issues 1882, 1886.

* Applying comments.

Add command to open/close settings.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
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