660 Commits (dff57eb24bac6354081a37614378e45b92e3e927)

Author SHA1 Message Date
Andrey Zhavoronkov 4cb75a6a7f
Added ability to change user password (#1954)
* added ability to change user password

* Update CHANGELOG.md

* fixed comments

* fixed linter warnings

* updated version of cvat-ui and cvat-core
6 years ago
dependabot-preview[bot] e452bc18b6
Bump pylint-django from 2.2.0 to 2.3.0 in /cvat/requirements (#1992)
Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/compare/v2.2.0...v2.3.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] 5575d57a02
Bump django-extensions from 3.0.3 to 3.0.4 in /cvat/requirements (#1993)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.3 to 3.0.4.
- [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.3...3.0.4)

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] 71b9745697
Bump djangorestframework from 3.11.0 to 3.11.1 in /cvat/requirements (#1994)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.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
Nikita Manovich b5d5f1cbef
Siammask tracker as DL serverless function (#1988)
* Implement SiamMask serverless function (cannot be deployed yet)

* Fix deployment (need to test the function itself).

* Removed mask from state in SiamMask serverless function.

* Update CHANGELOG.md

* Add support of the tracker serverless function into lambda manager.

* Add an example how to deploy siammask serverless function.
6 years ago
zhiltsov-max 953e3da4c9
Fix rest api task extractor, add job export function (#1972)
* Fix rest api extractor

* Add job export server function

* t

* fix field check
6 years ago
dependabot-preview[bot] c36faa7db1
Bump fakeredis from 1.4.1 to 1.4.2 in /cvat/requirements (#1987)
Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/jamesls/fakeredis/releases)
- [Commits](https://github.com/jamesls/fakeredis/compare/1.4.1...1.4.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
Nikita Manovich 18d04ff0f4
Add a table with serverless functions into README. (#1981) 6 years ago
Mike Peven 737e94828e
Increase the rate of allowed requests (#1969)
* Increase the rate of allowed requests

* Update CHANGELOG.md
6 years ago
TOsmanov 9262536927
Update item Annotation with tag in User Guide (#1957)
* Update userguide.md and images

* add link in userguide.md
6 years ago
Nikita Manovich 2c5e306f80 Increment the development version till rc.0. 6 years ago
Nikita Manovich 634ca17958
Remove old UI (#1964)
* Removed outdated code

* Revert changes in .gitignore

* Fix docker build

* Remove karma + some dummy code

* Fix a type in Dockerfile.ci

* Fix swagger and remove dispatch_request.

* Update CHANGELOG.md
6 years ago
Andrey Zhavoronkov 0d0749f4ec
fixed swagger API documentation for POST /tasks/{id}/data endpoint (#1963) 6 years ago
Andrey Zhavoronkov 820f2c5724
Az/update faq (#1967)
* added a couple of questions to the FAQ page

* Update faq.md

* Update faq.md
6 years ago
zhiltsov-max 0062ecdec3
[Datumaro] Fixes (#1953)
* Add absolute image path in rest api extractor

* Add default split for random split

* Fix image path in datumaro format

* Preserve bboxes in coco format

* update changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich e7585b8ce9
DL models as serverless functions (#1767)
* Initial experiments with nuclio

* Update nuclio prototype

* Improve nuclio prototype for dextr.

* Dummy lambda manager

* OpenFaaS prototype (dextr.bin and dextr.xml are empty).

* Moved openfaas prototype.

* Add comments

* Add serializers and HLD for lambda_manager

* Initial version of Mask RCNN (without debugging)

* Initial version for faster_rcnn_inception_v2_coco

* Fix faster_rcnn_inception_v2_coco

* Implemented mask_rcnn_inception_resnet_v2_atrous_coco

* Implemented yolo detector as a lambda function

* Removed dextr app.

* Added types for each function (detector and interactor)

* Initial version of lambda_manager.

* Implement a couple of methods for lambda:

GET /api/v1/lambda/functions
GET /api/v1/lambda/functions/public.dextr

* First working version of dextr serverless function

* First version of dextr which works in UI.

* Modify omz.public.faster_rcnn_inception_v2_coco

- image decoding
- restart policy always for the function

* Improve omz.public.mask_rcnn_inception_resnet_v2_atrous_coco

* Improve omz.public.yolo-v3-tf function

* Implemented the initial version of requests for lambda manager.

* First working version of POST /api/v1/lambda/requests

* Updated specification of function.yaml (added labels and used annotations section).

* Added health check for containers (nuclio dashboard feature)

* Read labels spec from function.yaml.

* Added settings for NUCLIO

* Fixed a couple of typos. Now it works in most cases.

* Remove Plugin REST API

* Remove tf_annotation app (it will be replaced by serverless function)

* Remove tf_annotation and cuda components

* Cleanup docs and Dockerfile from CUDA component.

* Just renamed directories inside serverless

* Remove redundant files and code

* Remove redundant files.

* Remove outdated files

* Remove outdated code

* Delete reid app and add draft of serverless function for reid.

* Model list in UI.

* Fixed the framework name (got it from lambda function).

* Add maxRequestBodySize for functions, remove redundant code from UI for auto_annotation.

* Update view of models page.

* Unblock mapping for "primary" models.

* Implement cleanup flag for lambda/requests and labeling mapping for functions.

* Implement protection from running multiple jobs for the same task.

* Fix invocation of functions in docker container.

* Fix Dockerfile.ci

* Remove unused files from lambda_manager

* Fix codacy warnings

* Fix codacy issues.

* Fix codacy warnings

* Implement progress and cancel (aka delete) operation.

* Send annotations in batch.

* Fix UI. Now it can retrieve information about inference requests in progress.

* Update CHANGELOG.md

* Update cvat-ui version.

* Update nuclio version.

* Implement serverless/tensorflow/faster_rcnn_inception_v2_coco

* Add information how to install nuclio platform and run serverless functions.

* Add installation instructions for serverless functions.

* Update OpenVINO files which are responsible for loading network

* relocated functions

* Update dextr function.

* Update faster_rcnn function from omz

* Fix OpenVINO Mask-RCNN

* Fix YOLO v3 serverless function.

* Dummy serverless functions for a couple of more OpenVINO models.

* Protected lambda manager views by correct permissions.

* Fix name of Faster RCNN from Tensorflow.

* Implement Mask RCNN via Tensorflow serverless function.

* Minor client changes (#1847)

* Minor client changes

* Removed extra code

* Add reid serverless function (no support in lambda manager).

* Fix contribution guide.

* Fix person-reidentification-retail-300 and implement text-detection-0004

* Add semantic-segmentation-adas-0001

* Moving model management to cvat-core (#1905)

* Squached changes

* Removed extra line

* Remove duplicated files for OpenVINO serverless functions.

* Updated CHANGELOG.md

* Remove outdated code.

* Running dextr via lambda manager (#1912)

* Deleted outdated migration.

* Add name for DEXTR function.

* Fix restart policy for serverless functions.

* Fix openvino serverless functions for images with alpha channel

* Add more tensorflow serverless functions into deploy.sh

* Use ID instead of name for DEXTR (#1926)

* Update DEXTR function

* Added source "auto" inside lambda manager for automatic annotation.

* Customize payload (depends on type of lambda function).

* First working version of REID (Server only).

* Fix codacy warnings

* Avoid exception during migration (workaround)

File "/usr/local/lib/python3.5/dist-packages/django/db/utils.py", line 89, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.5/dist-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: table "engine_pluginoption" does not exist

* Add siammask serverless function (it doesn't work, need to serialize state)

* Run ReID from UI (#1949)

* Removed reid route in installation.md

* Fix a command to get lena image in CONTRIBUTION guide.

* Fix typo and crash in case a polygon is a line.

Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
6 years ago
Maya 08b195f05f Added preparation of meta information 6 years ago
Maya 8abadaff31 Added cache integration settings 6 years ago
TOsmanov 246c793795
Add item Track mode with polygons in User Guide (#1939)
* Update userguide.md and add images

* fix the table and delete the unused image

* Add item to content and correct typos
6 years ago
zhiltsov-max 90b5752346
Fix keyframe attribute of interpolated shapes (#1937)
* Fix interpolated shapes

* update changelog
6 years ago
Priya4607 6a1e7af5c5
Display of Annotation Type (#1192) 6 years ago
dependabot-preview[bot] f9fab2459d
Bump lazy-object-proxy from 1.5.0 to 1.5.1 in /cvat/requirements (#1927)
Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/ionelmc/python-lazy-object-proxy/releases)
- [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.5.0...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
dependabot-preview[bot] 598861db7b
Bump pylint-django from 2.1.0 to 2.2.0 in /cvat/requirements (#1928)
Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/compare/v2.1.0...v2.2.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
Nikita Manovich 0b7c5eaf97 Add missing migration 6 years ago
Mathis Chenuet 4aa14e74dc
Match image by name (instead of id) on CVAT upload (#1807)
* Match image by name (instead of id) on CVAT upload

* Use match_dm_item
6 years ago
dependabot-preview[bot] 88bccac0fe
Bump django-extensions from 3.0.2 to 3.0.3 in /cvat/requirements (#1901)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.2 to 3.0.3.
- [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.2...3.0.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
Boris Sekachev e92014ead0
CVAT-UI: Couple of fixes (#1892)
* Polygon interpolation fix

* Fix interpolation issue

* Updated changelog
6 years ago
Liron Ilouz cb114b5286
Image quality parameter mismatch #1900 (#1904)
* make intuitive and consistent definition of 'Image quality' parameter across Task creation context and documentation.

* updated changelog

Co-authored-by: Liron Ilouz <liron@tapwithus.com>
6 years ago
Andrey Zhavoronkov f678b66d8b
removed redundant call of av.dataset in VideoReader class (#1899) 6 years ago
zhiltsov-max cf26ef0363
Convert points to float in import (#1898)
* Convert points to float in import

* update changelog
6 years ago
Andrey Zhavoronkov 81b5a554fc
Added a couple of question to the FAQ page. (#1896)
* updated FAQ

* codacy
6 years ago
zhiltsov-max f807714870
[Datumaro] Image control in converters (#1799)
* Update converter interface, add image control

* Update bindings

* update changelog

* Fix build
6 years ago
dependabot-preview[bot] fd81d72111
Bump pylint-django from 2.0.15 to 2.1.0 in /cvat/requirements (#1888)
Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.0.15 to 2.1.0.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/compare/v2.0.15...v2.1.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] 0b1c3a31dd
Bump cython from 0.29.20 to 0.29.21 in /cvat/requirements (#1872)
Bumps [cython](https://github.com/cython/cython) from 0.29.20 to 0.29.21.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](https://github.com/cython/cython/compare/0.29.20...0.29.21)

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] 4bfd36455c
Bump dj-pagination from 2.4.0 to 2.5.0 in /cvat/requirements (#1873)
Bumps [dj-pagination](https://github.com/pydanny/dj-pagination) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/pydanny/dj-pagination/releases)
- [Changelog](https://github.com/pydanny/dj-pagination/blob/master/docs/changes.rst)
- [Commits](https://github.com/pydanny/dj-pagination/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
dependabot-preview[bot] 159eeb974f
Bump django-cacheops from 5.0 to 5.0.1 in /cvat/requirements (#1880)
Bumps [django-cacheops](https://github.com/Suor/django-cacheops) from 5.0 to 5.0.1.
- [Release notes](https://github.com/Suor/django-cacheops/releases)
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG)
- [Commits](https://github.com/Suor/django-cacheops/compare/5.0...5.0.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 122503c5a4
Windows 10 guide (#1881)
* deleted unused import

* added wsl2 windows 10 guide

* fixed codacy issues
6 years ago
zhiltsov-max a46b9c523c
Fix interpolation error (#1878)
* Add interpolation smoke tests

* update changelog
6 years ago
dependabot-preview[bot] bcdcaaf459
Bump django-extensions from 3.0.1 to 3.0.2 in /cvat/requirements (#1833)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.1 to 3.0.2.
- [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.1...3.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] 760090cbe5
Bump opencv-python from 4.2.0.34 to 4.3.0.36 in /cvat/requirements (#1854)
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.2.0.34 to 4.3.0.36.
- [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
zhiltsov-max fc2fb6156a
Don't export outside annotations (#1729)
* Add option to omit outside annotations

* update changelog

* Fix mot format and test

* Fix outside in mot

* fix repo problem

* t

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich 76280be4ad Add v1.1.0-beta into changelog and update the server version. 6 years ago
dependabot-preview[bot] 0b4ca7eb0c
Bump pillow from 7.1.2 to 7.2.0 in /cvat/requirements (#1828)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/7.1.2...7.2.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] 6d85840779
Bump python-ldap from 3.3.0 to 3.3.1 in /cvat/requirements (#1821)
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.3.0...python-ldap-3.3.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] af8db0ccdf
Bump django-extensions from 2.2.9 to 3.0.1 in /cvat/requirements (#1822)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 2.2.9 to 3.0.1.
- [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/2.2.9...3.0.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
Andrey Zhavoronkov f1f63532e6
Update FAQ (#1818)
* updated FAQ

* Update faq.md
6 years ago
zhiltsov-max 962f61fa27
Add attributes in VOC format (#1792)
* Add voc attributes

* Allow any values for voc pose

* update changelog

* Add attribute conversion

* linter

* fix tests
6 years ago
dependabot-preview[bot] 5556b8a5ef
Bump werkzeug from 0.15.3 to 1.0.1 in /cvat/requirements (#1787)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 1.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/0.15.3...1.0.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] 29c41952ab
Bump lazy-object-proxy from 1.3.1 to 1.5.0 in /cvat/requirements (#1788)
Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/ionelmc/python-lazy-object-proxy/releases)
- [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.3.1...v1.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] 95e2343938
Bump drf-yasg from 1.17.0 to 1.17.1 in /cvat/requirements (#1789)
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/axnsan12/drf-yasg/releases)
- [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst)
- [Commits](https://github.com/axnsan12/drf-yasg/compare/1.17.0...1.17.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] 564827b5f9
Bump opencv-python from 4.1.0.25 to 4.2.0.34 in /cvat/requirements (#1791)
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.0.25 to 4.2.0.34.
- [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
dependabot-preview[bot] 5b26cbe6dc
Bump furl from 2.0.0 to 2.1.0 in /cvat/requirements (#1786)
Bumps [furl](https://github.com/gruns/furl) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/gruns/furl/releases)
- [Changelog](https://github.com/gruns/furl/blob/master/changelog.txt)
- [Commits](https://github.com/gruns/furl/compare/v2.0.0...v2.1.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
Kirill Plyashkevich 5d2f313cf8
Continuation of https://github.com/opencv/cvat/pull/1641 (#1793)
Added env variables for Postgres DB and user names
6 years ago
zhiltsov-max f646589bfa
Allow import of single boxes in MOT format (#1764)
* Allow single boxes in MOT format

* update changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot] 90c8f789ee
Bump tensorflow from 1.15.2 to 2.2.0 in /cvat/requirements (#1761)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.2.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/v1.15.2...v2.2.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
Boris Sekachev a300684876
Interpolation of polyshapes in CVAT (#1571)
* cvat-core interpolation

* Unlocked polyshapes

* Updated versions

* Second implementation

* Splitted line

* Inverse, set start point, fixed editing a bit, point menu refactoring

* Removed extra code, fixed bug: Cannot open shape context menu when point context menu is opened

* Do not close shape context menu on change shap[e

* Improved editing

* Updated mouseevents to edit/delete, added ability to redraw (shift + N)

* Ignore tags when redraw

* Ingoring tags on canvas, added method isAbleToChangeFrame, hide shapes during redraw, do not allow changing frame during redraw

* Canceled advanced editing for polygons

* A couple of fixes in interpolation, editing, reducing number of points

* Moved change orientation functionality

* Fixed interpolation algorithm

* Zero division issue

* Zero division issue

* Segment minimization

* Server implementation

* Keyframe set to False

* Simplified code, fixed server side code

* Updated changelog.md

* Added pdf describing interpolation

* Resolved some issues

* Updated UI version

* Updated canvas version

* Fixed host
6 years ago
dependabot-preview[bot] 07a3c4a9a2
Bump pdf2image from 1.6.0 to 1.13.1 in /cvat/requirements (#1772)
Bumps [pdf2image](https://github.com/Belval/pdf2image) from 1.6.0 to 1.13.1.
- [Release notes](https://github.com/Belval/pdf2image/releases)
- [Commits](https://github.com/Belval/pdf2image/compare/v1.6.0...v1.13.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] 5b4e472bd9
Bump django-extensions from 2.0.6 to 2.2.9 in /cvat/requirements (#1773)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 2.0.6 to 2.2.9.
- [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/2.0.6...2.2.9)

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] 126a22c04f
Bump django-cors-headers from 3.3.0 to 3.4.0 in /cvat/requirements (#1774)
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.3.0 to 3.4.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.3.0...3.4.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] 7f7e3cef21
Bump python-ldap from 3.2.0 to 3.3.0 in /cvat/requirements (#1775)
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.2.0...python-ldap-3.3.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] 54106294f9
Bump rules from 2.0 to 2.2 in /cvat/requirements (#1777)
Bumps [rules](https://github.com/dfunckt/django-rules) from 2.0 to 2.2.
- [Release notes](https://github.com/dfunckt/django-rules/releases)
- [Changelog](https://github.com/dfunckt/django-rules/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dfunckt/django-rules/compare/v2.0.0...v2.2.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] 4c0bf89029
Bump sqlparse from 0.2.4 to 0.3.1 in /cvat/requirements (#1778)
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.2.4 to 0.3.1.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.2.4...0.3.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
Andrey Zhavoronkov 97b1005456
compatibility with python 3.6 and lower (#1780) 6 years ago
dependabot-preview[bot] 34eba81d86
Bump h5py from 2.9.0 to 2.10.0 in /cvat/requirements (#1738)
Bumps [h5py](https://github.com/h5py/h5py) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](https://github.com/h5py/h5py/compare/2.9.0...2.10.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] e4cdd27e5c
Bump redis from 3.2.0 to 3.5.3 in /cvat/requirements (#1741)
Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/andymccurdy/redis-py/releases)
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/andymccurdy/redis-py/compare/3.2.0...3.5.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
dependabot-preview[bot] 2b59195252
Bump click from 6.7 to 7.1.2 in /cvat/requirements (#1757)
Bumps [click](https://github.com/pallets/click) from 6.7 to 7.1.2.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/6.7...7.1.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] b96449a058
Bump keras from 2.3.1 to 2.4.2 in /cvat/requirements (#1760)
Bumps [keras](https://github.com/keras-team/keras) from 2.3.1 to 2.4.2.
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](https://github.com/keras-team/keras/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
dependabot-preview[bot] f3bc63973e
Bump django-revproxy from 0.9.15 to 0.10.0 in /cvat/requirements (#1759)
Bumps [django-revproxy](https://github.com/TracyWebTech/django-revproxy) from 0.9.15 to 0.10.0.
- [Release notes](https://github.com/TracyWebTech/django-revproxy/releases)
- [Changelog](https://github.com/TracyWebTech/django-revproxy/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/TracyWebTech/django-revproxy/compare/0.9.15...0.10.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] 1886258a2e
Bump rope from 0.11 to 0.17.0 in /cvat/requirements (#1762)
Bumps [rope](https://github.com/python-rope/rope) from 0.11 to 0.17.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.11.0...0.17.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] 5a738e14af
Bump easyprocess from 0.2.3 to 0.3 in /cvat/requirements (#1763)
Bumps [easyprocess](https://github.com/ponty/easyprocess) from 0.2.3 to 0.3.
- [Release notes](https://github.com/ponty/easyprocess/releases)
- [Commits](https://github.com/ponty/easyprocess/compare/0.2.3...0.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
zhiltsov-max 0eb005c9f2
Support relative paths in import and export (#1463)
* Move annotations to dm

* Refactor dm

* Rename data manager

* Move anno dump and upload functions

* Join server host and port in cvat cli

* Move export templates dir

* add dm project exporter

* update mask format support

* Use decorators for formats definition

* Update formats

* Update format implementations

* remove parameter

* Add dm views

* Move annotation components to dm

* restore extension for export formats

* update rest api

* use serializers, update views

* merge develop

* Update format names

* Update docs

* Update tests

* move test

* fix import

* Extend format tests

* django compatibility for directory access

* move tests

* update module links

* fixes

* fix git application

* fixes

* add extension recommentation

* fixes

* api

* join api methods

* Add trim whitespace to workspace config

* update tests

* fixes

* Update format docs

* join format queries

* fixes

* update new ui

* ui tests

* old ui

* update js bundles

* linter fixes

* add image with loader tests

* fix linter

* fix frame step and frame access

* use server file name for annotations export

* update cvat core

* add import hack for rest api tests

* move cli tests

* fix cvat format converter args parsing

* remove folder on extract error

* print error message on incorrect xpath expression

* use own categories when no others exist

* update changelog

* really add text to changelog

* Fix annotation window menu

* fix ui

* fix replace

* update extra apps

* format readme

* readme

* linter

* Fix old ui

* Update CHANGELOG.md

* update user guide

* linter

* more linter fixes

* update changelog

* Add image attributes

* add directory check in save image

* update image tests

* update image dir format with relative paths

* update datumaro format

* update coco format

* update cvat format

* update labelme format

* update mot format

* update image dir format

* update voc format

* update mot format

* update yolo format

* update labelme test

* update voc format

* update tfrecord format

* fixes

* update save_image usage

* remove item name conversion

* fix merge

* fix export

* prohibit relative paths in labelme format

* Add test for relative name matching

* move code

* implement frame matching

* fix yolo

* fix merge

* fix merge

* prettify code

* fix methid call

* fix frame matching in yolo

* add tests

* regularize function output

* update changelog

* fixes

* fix z_order use

* fix slash replacement

* linter

* t

* t2

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
a-andre 4047df9944
Fix 'django-compressor 2.4 has requirement rjsmin==1.1.0' (#1737)
Co-authored-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot] 4ec0d4dae2
Bump pylint-plugin-utils from 0.2.6 to 0.6 in /cvat/requirements (#1740)
Bumps [pylint-plugin-utils](https://github.com/landscapeio/pylint-plugin-utils) from 0.2.6 to 0.6.
- [Release notes](https://github.com/landscapeio/pylint-plugin-utils/releases)
- [Commits](https://github.com/landscapeio/pylint-plugin-utils/commits/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
dependabot-preview[bot] 408c475d62
Bump django-auth-ldap from 1.4.0 to 2.2.0 in /cvat/requirements (#1739)
Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) from 1.4.0 to 2.2.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases)
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/CHANGES)
- [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/1.4.0...2.2.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] 2b34bf3dcc
Bump six from 1.12.0 to 1.15.0 in /cvat/requirements (#1742)
Bumps [six](https://github.com/benjaminp/six) from 1.12.0 to 1.15.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.12.0...1.15.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] e4c21d319a
Bump pyunpack from 0.1.2 to 0.2.1 in /cvat/requirements (#1743)
Bumps [pyunpack](https://github.com/ponty/pyunpack) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/ponty/pyunpack/releases)
- [Commits](https://github.com/ponty/pyunpack/compare/0.1.2...0.2.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] 2d34acd0e3
Bump requests from 2.23.0 to 2.24.0 in /cvat/requirements (#1744)
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.24.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] 5c63734ea5
Bump imgaug from 0.2.9 to 0.4.0 in /cvat/requirements (#1745)
Bumps [imgaug](https://github.com/aleju/imgaug) from 0.2.9 to 0.4.0.
- [Release notes](https://github.com/aleju/imgaug/releases)
- [Commits](https://github.com/aleju/imgaug/compare/0.2.9...0.4.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] 4186a7dd31
Bump mod-wsgi from 4.6.2 to 4.7.1 in /cvat/requirements (#1746)
Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi) from 4.6.2 to 4.7.1.
- [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases)
- [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.6.2...4.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] fcadefa6cf
Bump pytz from 2018.3 to 2020.1 in /cvat/requirements (#1717)
Bumps [pytz](https://github.com/stub42/pytz) from 2018.3 to 2020.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2018.3...release_2020.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] 04c14e3770
Bump fakeredis from 1.1.0 to 1.4.1 in /cvat/requirements (#1719)
Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/jamesls/fakeredis/releases)
- [Commits](https://github.com/jamesls/fakeredis/compare/1.1.0...1.4.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] e800523f01
Bump cython from 0.29.13 to 0.29.20 in /cvat/requirements (#1721)
Bumps [cython](https://github.com/cython/cython) from 0.29.13 to 0.29.20.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](https://github.com/cython/cython/compare/0.29.13...0.29.20)

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] 07d6a01fe2
Bump numpy from 1.16.2 to 1.18.5 in /cvat/requirements (#1722)
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.18.5.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.16.2...v1.18.5)

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] 53fcf96064
Bump django-filter from 2.0.0 to 2.3.0 in /cvat/requirements (#1723)
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/2.0.0...2.3.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] a46d32afb7
Bump pylint from 2.3.1 to 2.5.3 in /cvat/requirements (#1726)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.3.1 to 2.5.3.
- [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.3.1...pylint-2.5.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
dependabot-preview[bot] 8d7505f264
Bump psycopg2-binary from 2.7.4 to 2.8.5 in /cvat/requirements (#1732)
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.7.4 to 2.8.5.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/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
dependabot-preview[bot] c497f24402
Bump django-silk from 3.0.1 to 4.0.1 in /cvat/requirements (#1731)
Bumps [django-silk](https://github.com/jazzband/django-silk) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/jazzband/django-silk/releases)
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/django-silk/compare/3.0.1...4.0.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
zhiltsov-max 0e003157d3
Throw an error on unknown frames (#1728) 6 years ago
zhiltsov-max 5912bf0447
[Datumaro] Support relative paths (#1715)
* Support relative image paths in Datumaro

* Update bindings

* Fix merge

* linter
6 years ago
Andrey Zhavoronkov 7f8348458d
added initial version of frequently asked questions page (#1682)
* added initial version of frequently asked questions page

* fixed codacy

* Update cvat/apps/documentation/faq.md

* added toc

* Update cvat/apps/documentation/faq.md

* Update cvat/apps/documentation/faq.md

* Update cvat/apps/documentation/faq.md

* fix typo

* udpate faq

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov b706546435
Added clamav integration (#1712)
* added clamav integration

* updated license headers and changelog
6 years ago
dependabot-preview[bot] 587ca4dbfd
Bump django-compressor from 2.2 to 2.4 in /cvat/requirements (#1720)
Bumps [django-compressor](https://github.com/django-compressor/django-compressor) from 2.2 to 2.4.
- [Release notes](https://github.com/django-compressor/django-compressor/releases)
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt)
- [Commits](https://github.com/django-compressor/django-compressor/compare/2.2...2.4)

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] b4600be3f7
Bump django-appconf from 1.0.2 to 1.0.4 in /cvat/requirements (#1718)
Bumps [django-appconf](https://github.com/django-compressor/django-appconf) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/django-compressor/django-appconf/releases)
- [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst)
- [Commits](https://github.com/django-compressor/django-appconf/compare/v1.0.2...v1.0.4)

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
zhiltsov-max 1fb7e5bf6d
Fix frame step export for image tasks (#1615)
* use absolute frame numbers in interface

* update changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot] 2c70e8a401
Bump djangorestframework from 3.9.3 to 3.11.0 in /cvat/requirements (#1675)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.3 to 3.11.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.9.3...3.11.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] a23cd46d24
Bump snakeviz from 0.4.2 to 2.1.0 in /cvat/requirements (#1691)
Bumps [snakeviz](https://github.com/jiffyclub/snakeviz) from 0.4.2 to 2.1.0.
- [Release notes](https://github.com/jiffyclub/snakeviz/releases)
- [Changelog](https://github.com/jiffyclub/snakeviz/blob/master/CHANGES.rst)
- [Commits](https://github.com/jiffyclub/snakeviz/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
dependabot-preview[bot] c15c6396d4
Bump astroid from 2.2.5 to 2.4.2 in /cvat/requirements (#1700)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.2.5 to 2.4.2.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.2.5...astroid-2.4.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] 4e8d9f1324
Bump rq-scheduler from 0.9.1 to 0.10.0 in /cvat/requirements (#1707)
Bumps [rq-scheduler](https://github.com/rq/rq-scheduler) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/rq/rq-scheduler/releases)
- [Changelog](https://github.com/rq/rq-scheduler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rq/rq-scheduler/compare/v0.9.1...v0.10.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] e565d4adf5
Bump django-cors-headers from 3.2.0 to 3.3.0 in /cvat/requirements (#1708)
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.2.0 to 3.3.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.2.0...3.3.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] 4ed9a3c01e
Bump django-cacheops from 4.0.6 to 5.0 in /cvat/requirements (#1710)
Bumps [django-cacheops](https://github.com/Suor/django-cacheops) from 4.0.6 to 5.0.
- [Release notes](https://github.com/Suor/django-cacheops/releases)
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG)
- [Commits](https://github.com/Suor/django-cacheops/compare/4.0.6...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] 61c4eb0cdd
Bump pylint-django from 0.9.4 to 2.0.15 in /cvat/requirements (#1711)
Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 0.9.4 to 2.0.15.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/compare/0.9.4...v2.0.15)

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] 4f7a9aec0f
Bump shapely from 1.6.4.post2 to 1.7.0 in /cvat/requirements (#1709)
Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.6.4.post2 to 1.7.0.
- [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.6.4.post2...1.7.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] f41f499307
Bump python-ldap from 3.0.0 to 3.2.0 in /cvat/requirements (#1706)
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.0.0...python-ldap-3.2.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
AzaelCicero 9320baeeb1
Fixes regexes to accept multipart git repository address. (#1655)
* Fixes regexes to accept multipart git repository address.

* Added test case for multi level path.

* Reduced complexity of SSH regex.

* Fixing unit tests.

* Fix SSH formatting.

Co-authored-by: kpawelczyk <kpawelczyk@future-processing.com>
6 years ago
dependabot-preview[bot] 4f991ddce5
Bump keras from 2.2.5 to 2.3.1 in /cvat/requirements (#1689)
Bumps [keras](https://github.com/keras-team/keras) from 2.2.5 to 2.3.1.
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](https://github.com/keras-team/keras/compare/2.2.5...2.3.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] dcff79eb63
Bump isort from 4.3.4 to 4.3.21 in /cvat/requirements (#1692)
Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.4 to 4.3.21.
- [Release notes](https://github.com/timothycrosley/isort/releases)
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/timothycrosley/isort/compare/4.3.4...4.3.21)

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] c0dc700f9c
Bump pygments from 2.3.1 to 2.6.1 in /cvat/requirements (#1699)
Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.3.1...2.6.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] 21b43f9c26
Bump gitpython from 3.0.8 to 3.1.3 in /cvat/requirements (#1698)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.8 to 3.1.3.
- [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.0.8...3.1.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
dependabot-preview[bot] 23f3a8fabc
Bump markdown from 3.0.1 to 3.2.2 in /cvat/requirements (#1693)
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.0.1 to 3.2.2.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.0.1...3.2.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] 8d2d7bb8e0
Bump pillow from 6.2.0 to 7.1.2 in /cvat/requirements (#1690)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 7.1.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...7.1.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
zhiltsov-max c792c8cd60
Refactor formats tests (#1634) 6 years ago
dependabot-preview[bot] f18ce4759b
Bump wrapt from 1.11.1 to 1.12.1 in /cvat/requirements (#1677)
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.11.1 to 1.12.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.11.1...1.12.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] b6031b99fd
Bump scipy from 1.2.1 to 1.4.1 in /cvat/requirements (#1678)
Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.4.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.4.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] 1c3461189d
Bump requests from 2.20.0 to 2.23.0 in /cvat/requirements (#1672)
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.23.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[bot] b2503c620f
Bump django from 2.2.10 to 2.2.13 in /cvat/requirements (#1657)
* Bump django from 2.2.10 to 2.2.13 in /cvat/requirements

Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13)

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

* Update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Nikita Manovich 26f8d5585c Merge branch 'feature/new_https_install_case_readme' of https://github.com/cvisionlabops/cvat into cvisionlabops/new_https_install_case_readme 6 years ago
zhiltsov-max 2044d35566
Add directory check on image save (#1636)
* Add directory check on image save

* Add tests

* change exception type

* update test
6 years ago
Rush Tehrani 3cb1f52bc1
Add environment variables for Redis and Postgres hosts (#1641)
* Update to support additional env vars

- Added environment variables for:
  - Redis Host
  - Postgres Host
- Change `POSTGRES_PASSWORD` => `CVAT_POSTGRES_PASSWORD` to avoid collision with other scripts.

* Using ENV vars in supervisord.conf

* Fixing ENV vars.

* add env vars to docker-compose.yml

* merge supervisord.conf

* update docker-compose env var values

* Update CHANGELOG.md

Co-authored-by: Aleksandr Melnikov <aleksandr@onepanel.io>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max da3fa34ce0
Add tf import checks and tests (#1567)
* Add tf import checks and tests

* implement disabled formats on server

* python 3.5 compatibility

* add checks to dm tests

* fix tests

* Support for disabled formats in UI

* add sorting for formats, mark grey disabled items

* update changelog

* advance package versions
6 years ago
zhiltsov-max ac922e33a5
Add default colors for masks (#1549)
* Use default colors for masks

* do not change labels in voc converter

* update tests

* add backgound color handling

* consider case with existing source colormap

* update changelog

* fix file name

* fix insert

* move color table colors to beginning
6 years ago
zhiltsov-max d57f7aefc1
Fix cached exported annotations file name (#1635) 6 years ago
Mathis Chenuet bb69fd4fce
Show error on upload when labels are missing (#1629) 6 years ago
zhiltsov-max 4dc1c7ae7d
Add missing import (#1638) 6 years ago
Nikita Manovich 79c39ad35c
Remove information about the email from the basic user information (#1627)
* Remove information about the email from the basic user information.
6 years ago
Andrey Zhavoronkov 4477e1777a
Added throttling policy for unauthenticated users (#1531)
* added throttling policy for unauthenticated users

* updated changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich 35badcca55 Update version of CVAT 6 years ago
Nikita Manovich ac45de7631
Release 1.0.0 (#1618)
* Add pull request and issue templates (#1359)

* Add initial version of pull request template

* Fix links

* Fix codacy issues

* Slightly improve titles of sections

* Add a note about strikethough for the checklist.

* Fix progress of a pull request (each checkbox is an issue)

* Add the license header, checkboxes about the license.

* Updated the license

* Update the license to met https://github.com/licensee/licensee/blob/master/vendor/choosealicense.com/_licenses/mit.txt restrictions.

* Fix the pull request template name

* Make explaination text as comments (it will be visible when you edit the PR message)

* Add initial version of the issue template.

* Improve PR template (#1427)

* Simplified PR template.

* Remove a new line to make codacy happy.

* Slightly improve changelog

* Update CVAT version
6 years ago
TOsmanov 692f4a0d2d
Fix duplicate item in User Guide (#1617)
* remove item Annotation with Auto Segmentation

* fix link in user_guide.md

* delete unused images
6 years ago
TOsmanov 8cdd312bf5
Update Filter, Analytics and Shortcuts items in User Guide (#1606)
* update user_guide.md and images

* fix user_guide.md

* delete unused image

* delete unused images
6 years ago
TOsmanov fb419d353e
Update item Annotation with polygons in User guide v2 (#1612)
* update user_guide.md
* update images and gifs
6 years ago
TOsmanov 3f46258ae6
Update item Annotation with cuboids (#1598) 6 years ago
Andrey Zhavoronkov e21ec568fd
fix analytics permissions (#1608) 6 years ago
TOsmanov 7621d2b35d
update gifs, images and user_guide.md (#1605) 6 years ago
TOsmanov 6113b648a3
update user_guide.md and add image (#1604) 6 years ago
TOsmanov 311074423d
delete duplicate item in user_guide.md (#1607) 6 years ago
YutaYamazaki db23bd4121
Fix example yaml format (#1603) 6 years ago
Nikita Manovich 4ce14d6946 Merge branch 'TOsmanov-UG-update-Annotation-whit-points' into develop 6 years ago
TOsmanov 53020c9d9f
Update item Annotation with polylines (#1596)
* update user_guide.md and images

* fix uppercase letters in images path in user_guide.md and remove trailing spaces

* delete images and gifs containing uppercase letters in the name

* add images with correct names

* fix image paths in user_guide.md

* Delete image133

* add image133 with correct name
6 years ago
zhiltsov-max e2dedb2f83
Use z_order as a class property (#1589)
* Use z_order as a class property

* Fix z_order use in voc

* Update changelog
6 years ago
timurx.osmanov dce5e1d5dd add gif013 with correct name 6 years ago
timurx.osmanov 058335a476 Delete gif013 6 years ago
timurx.osmanov 6f1d8f5ea2 update user_guide.md, images and gifs 6 years ago
TOsmanov 485bc8d91a
Update user_guide.md, images and gif (#1556)
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
TOsmanov 405aab7ba1
Update text, images and gif in user_guide.md (#1558) 6 years ago
TOsmanov 8a8dd391a3
Add item Controls sidebar in User Guide (#1510) 6 years ago
Andrey Zhavoronkov 6fd810e8a9
added settings to reduce access to analytics component (#1592)
* added settings to reduce access to analytics component

* updated CHANGELOG

* fixed typo
6 years ago
Andrey Zhavoronkov 7c800f7f7d
Fixed task creation for videos with uneven dimensions. (#1594)
* used yuv420p format for compressed and original chunks

* updated changelog
6 years ago
Vladimir Skubriev 9288d12ee8 update https install section 6 years ago
Andrey Zhavoronkov 27efa89242
Fixed git synchronization (#1582)
* fixed git synchronization

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max 61d06065ab
Fix cuboid conversion (#1577)
* Fix cuboid conversion

* update changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max 4c603504b7
Add VOC grayscale masks test and documentation (#1576)
* Add a test for unpainted masks
* Update format documentation
6 years ago
Andrey Zhavoronkov 43395af812
Fixed auto_segmentation app (#1562)
* disabled tf eager execution for auto_segmentation
* Update CHANGELOG.md
6 years ago
Dmitry Kalinin 5816494694
React UI: cuboid interpolation and cuboid drawing from rectangles (#1560)
* Added backend cuboid interpolation and cuboid drawing from rectangles
* Added CHANELOG.md
* Fixed cuboid front edges stroke width
* PR fixes
6 years ago
TOsmanov 42fb305d67
Update item Side panel in User guide (#1513)
* Update item Side panel in User guide

* Removed trailing spaces in an Object sidebar item

* Update cvat/apps/documentation/user_guide.md

* fix typo

* missing image correction

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov 380be58edc
Ability to configure user agreements for the register user form (#1464) 6 years ago
TOsmanov fc2f02a406
Update item Bottom panel in User Guide (#1509)
* Update item Bottom panel in User Guide

rename the "Bottom panel" to the "Top panel"

* Fixed typos, remove trailing spaces in user_guide.md

* Fix user_guide.md and update image051.jpg
6 years ago
zhiltsov-max fb380d9855
Include empty images in exported annotations (#1479) 6 years ago
Andrey Zhavoronkov ccd2fbdf51
fixed linter issues (#1538) 6 years ago
TOsmanov 6eab04885f
Update item Settings in User Guide (#1508) 6 years ago
zhiltsov-max 5ab549956f
Merge annotations and dataset_manager apps (#1352) 6 years ago
TOsmanov 6566e4aa11
Update items Workspace and Types of shapes in User Guide (#1497) 6 years ago
zhiltsov-max acdf233796
Add coverage for python (#1483) 6 years ago
Nikita Manovich e6ce7758cd Update CHANGELOG and the version of CVAT server. 6 years ago
Andrey Zhavoronkov 227ab05e73
Fixed uploading track annotations for multi-segment tasks (#1396)
* fixed uploading annotation for overlapped segments

* fixed dump of tracks for multisegment task

* Update CHANGELOG.md

* fixed comments

* fixed comments

* Update cvat/apps/engine/data_manager.py

Co-Authored-By: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>

* drop start shapes with outside==True for splitted track

* code cleanup

* fixed typo

* fix

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov ee6deba304
Fixed 'Open task' button doesn't work (#1474) 6 years ago
TOsmanov fc37800eda
Update items from AAM (basics) to Vocabulary in User Guide (#1459)
* Update items from AAM (basics) to Vocabulary
* Delete unused images and gif
6 years ago
Ben Hoff 8a2efa4da3
fix auto annotation to not eat all RAM (#1328)
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
TOsmanov 191d15e8fb
Update item "Interpolation mode (basics)" in User Guide (#1455)
* Update item interpolation mode in user guide

fix typos and contents

* Fix a typo

* Fix a typo in the filename

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Boris Sekachev c6c9e7db96
React UI: Added client versioning (#1448)
* Adjusted antd import

* Wrapped core and canvas

* Added versioning

* Updated changelog, adjusted installation guide a bit
6 years ago
TOsmanov 76037e5128
Update item "Annotation mode (basics)" in User Guide (#1412)
* Update item "annotation mode (basics)" in User Guide

* Replacing a gif017 with an image
6 years ago
Thomas Albrecht 9344b067b1
fix: OSError:broken data stream (#1430) 6 years ago
Boris Sekachev f1aee89589
React UI: ReID algorithm (#1406)
* Initial commit

* Connected storage

* Added core API method

* Done implementation

* Removed rule

* Removed double cancel

* Updated changelog

* Fixed: Cannot read property toFixed of undefined

* Update CHANGELOG.md
6 years ago
TOsmanov deac1b0bb6
Update item "Types of shapes" (#1401) 6 years ago
Andrey Zhavoronkov ca022d732d
Fixed auto annotation, tf annotation and auto segmentation apps (#1409)
* fixed code that uses FrameProvider, as the interface has changed

* Update CHANGELOG.md
6 years ago
Nikita Manovich 3cf0507e52 Updated version of CVAT server till beta.2 6 years ago
Nikita Manovich 15299e4d7d Updated CHANGELOG (new version will be 1.0.0-beta.1) 6 years ago
Boris Sekachev 43bb4b27fb
Fixed: Failed to execute removChild.. (#1405) 6 years ago
Boris Sekachev a237c66474
React UI: Semi-automatic segmentation (#1398)
* implemented checked

* Implemented plugin

* Added dialog windows

* Updated changelo

* Added cancel request
6 years ago
Boris Sekachev 5e21b4acce
Batch of fixes (#1403)
* Fixed bug when job cannot be opened

* Fixed bug when deactivated shape is still highlighted

* Fixed Error: 'AttributeError: 'tuple' object has no attribute 'read'

* Fixed: wrong semi-automatic segmentation near edges of an image

* Updated changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov 35190d97fe
Fix git app paths (#1400)
* changed paths for the git repos

* Update CHANGELOG.md

* updated licence header
6 years ago
TOsmanov eaec6841f9
Update item "Basic navigation" in User Guide and bug fix in user_guide.md (#1395) 6 years ago
TOsmanov 59ec5c443b
Update item "Interface of the annotation tool" in User Guide (#1386) 6 years ago
ranko r sredojevic 13b8cfa46e
Instructions on using HTTPS (#1357) 6 years ago
Andrey Zhavoronkov 73346b3c2f
Az/fix remote files (#1392)
* fixed task creation from remote files

* Update CHANGELOG.md
6 years ago
TOsmanov 90740a7f0a
Update item "Creating an annotation task" in User Guide (#1363) 6 years ago
zhiltsov-max 557e308a73
Add chunk iterator cache to frame provider (#1367)
* Add chunk iterator cache

* fix
6 years ago
Boris Sekachev 1d78c54029
Batch of fixes (#1370)
* Some margins were change to paddings

* Removed extra selected

* Fix: added outside shapes when merge polyshapes

* Fixed double scroll bars

* Updated canvas table

* Fixed setup methodf

* Disabled change frame during drag, resize and editing

* Fixed: hidden points are visible

* Fixed: Merge is allowed for points, but clicks on points conflict with frame dragging logic

* Fixed: do not filter removed objects

* Updated CHANGELOG.md

* Couple of headers updated
6 years ago
zhiltsov-max 457454821f
Refactor frame provider (#1355)
* Refactor frame provider

* fix
6 years ago
Nikita Manovich 87784fa97e Increase preview size till 256, 256.
Previous preview size was not optimal and led to a blurred image
due to too small size.
6 years ago
Andrey Zhavoronkov 7bdf9bb481
Az/fix dextr (#1348)
* Fixed dextr_segmentation app

* updated changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov be2ec3ad72
fixed dump error after moving format files (#1342)
* fixed dump error after moving format files

* updated changelog
6 years ago
zhiltsov-max 66c6e7e919
Fix point interpolation (#1344)
* Extend formats tests with different track types

* Add unordered list comparison

* Skip empty list comparison

* fix

* fix

* Reproduce problem

* Fix point interpolation for single point

* undo rest api refactor
6 years ago
Nikita Manovich 1feeef6e73 Add information for next release + update version. 6 years ago
Andrey Zhavoronkov 9c443db5a1
Az/fix migration (#1333)
* fixed migration because readers interface changed

* fixed tests
6 years ago
zhiltsov-max 887c6f0432
Move annotation formats to dataset manager (#1256)
* Move formats to dataset manager

* Unify datataset export and anno export implementations

* Add track_id to TrackedShape, export tracked shapes

* Replace MOT format

* Replace LabelMe format

* Add new formats to dm

* Add dm tests

* Extend TrackedShape

* Enable dm test in CI

* Fix tests

* Add import

* Fix tests

* Fix mot track ids

* Fix mot format

* Update attribute logic in labelme tests

* Use common code in yolo

* Put datumaro in path in settings

* Expect labels file in MOT next to annotations file

* Add MOT format description

* Add import

* Add labelme format description

* Linter fix

* Linter fix2

* Compare attributes ordered

* Update docs

* Update tests
6 years ago
Andrey Zhavoronkov e87ec38476
Small preview and progress (#1331)
* Reduce preview size (untested)

* Fix tests

* Improve media readers (untested)

* fixed migration

* fixed frame provider

* fixed preview save

* fixed stop frame

* handle duration == None

* codacy

* added missed import

* unified iteration over frames for media readers and fixed corner case when user specify stop_frame = 0

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov e7808cfb03
Data streaming using chunks (#1007)
Huge feature (200+ commits from different developers). It completely changes layout of data (please expect very long DB migration process if you have a lot of tasks). The primary idea is to send data as zip chunks (e.g. 36 images in one chunk) or encoded video chunks and decode them on the client side. It helps to solve the problem with latency  when you try to view a separate frame in the UI quickly (play mode).
Another important feature of the patch is to provide access to the original images. Thus for annotations the client uses compressed chunks but if you want to export a dataset Datumaro will use original chunks (but video will be decoded with original quality and encoded with maximum/optimal quality in any case).
6 years ago
Nikita Manovich ecad0231c9
Fix AWS deployment (#1316)
* Don't use antd less (big memory consumtion during the build process)
* Fix AWS deployment guide
* fix a problem with proxy and long domain names
* remove sass loader for antd
* Removed less and less-loader.
* Simplified webpack config.
6 years ago
Ben Hoff 14084435bc
OpenVino 2020 (#1269)
* added support for OpenVINO 2020

* fixed dextr and tf_annotation

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
6 years ago
zhiltsov-max 731b8967c0
Fix LabelMe format (#1260)
* Fix labelme filenames

* Change module path

* Add tests for LabelMe

* Update test

* Fix test

* Add line in changelog
6 years ago