747 Commits (a8816171248d0ff0cc1473e538f488af8c526f23)

Author SHA1 Message Date
Nikita Manovich 955ca7f71b Updated CHANGELOG and version till v1.6.0 (alpha) 5 years ago
Nikita Manovich be3240e85d Changed version of CVAT to 1.5.0 5 years ago
MashaSS f4382fec53
Add tests for Dataset repo. (#3414)
* Add test for dataset_repo.

* Refactoring and fix all pylint warnings.

* Change hardcoded password to avoid pylint errors.

* Remove hardcoded password to avoid pylint errors.

* Remove test_clone_nonexistent_repo and rename test class.

* Remove unused import.
5 years ago
Boris Sekachev 330b8a832f
Semi-automatic tools enhancements (Stage 0) (#3417)
* Improved removable points, added a button to finish current object
* Code refactoring for ai tools and opencv
* Fixed style for workspace selector
* IOG UX fix
* Updated version & changelog
* Added 'min_neg_points' parameter to serverless interactors
* Return 'min_neg_points' from the server
5 years ago
MashaSS bab3366e18
Server test. Combined image and directory extractors using shared storage (#3428)
* Fixed combined image and directory extractors

* Updated changelog

* Updated CHANGELOG

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

* Code review.

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
manasars c58e915c32
CVAT-3D milestone6 (#3234)
Added support for Dump annotations, Export Annotations and Upload annotations in PCD and Kitti formats.

Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
Co-authored-by: Smirnova Maria <mariax.smirnova@intel.com>
5 years ago
Boris Sekachev 4fd57a8950
Fixed combined image and directory extractors (#3424)
* Fixed combined image and directory extractors

* Updated changelog

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

* Add mismatching key output in tests

* Strip label dir in vggface2 import

* Update dependency

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

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* add 3D task documentation

* update documentation

* fix conflict README.md

* fix linter error v1

* update documentation

* fix mistakes

* update creating an annotation task section

* rename section

* fix numeration

* fix mistakes

* update docs

* fix grammar

* delete info about not implemented features

* fixed comments

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
5 years ago
Thatwho d2c77394c2
Make function get_progress be compatible with more video format (#3381)
* Make function get_progress be compatible with more video format

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
MashaSS 0c524c6d14
Update to Django 3.1.12. (#3378)
* Update to Django 3.1.12.

* Update changelog and add comment.
5 years ago
Kirill Sizov 47ea75139c
Fix interpolation for outside shapes (#3348)
* fix interpolation

* add tests

* remove unnecessary conditions

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Maria Khrustaleva 1a86efe65e
Fixes cloud storage (#3336)
* Fixes:
- exception with getting content when specific_attributes=''
- no deletion of temporary index for  temporary manifest

* Fix getting owner structure instead of id

* Delete :=

* Fix creating task with cloud storage: preview && nonexistent field

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
MashaSS c730920d69
Extend server tests for dataset manager. (#3192)
* add tests

* small fix

* revert settings.settings.json

* add number bug

* revert test_formats.py

* move rest api tests to other file

* add new tests

* Fixed HTTP_400 code
Commented out tests passed Ok
Uncommented tests failed if launched in single test session, seems that tasks created via POST request to url /api/v1/tasks have the same id (1)

* Remove extra files

* Remove extra files

* Disable real API tests due for precommit timeout failures

* Reenable 1 test to check CI completion

* Add Market-1501 to tests

* Enable all tests without exceptions

* some fixes

* Add ICDAR to tests

* Move test data to /tmp/cvat

* Extra changes

* Extend server tests for dataset manager

* Add test for #2924 issue

* fix export dataset test

* fix tests

* code review

* Test refactoring and code review

* Small fix

* Put back test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro

* Small corrections of test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro

* Change download file logic.

* Fix a typo.

* Remove Pylint warnings.

* Remove useless lines.

* fix a typo.

* Remove duplicated polygon pounts test.

* Remove useless import.

* Fix merge issues.

* Use download_file function.

* Don't skip Widerface format

* Refactoring.

* Add asserts test_api_v1_unit_test_on_normalize_shape_function

* Remove useless import.

* Changed values for label attributes.

* Removed test for dead code.

* Removed dead code.

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
Co-authored-by: mzuevx <mikhailx.zuev@intel.com>
Co-authored-by: yasakova-anastasia <anastasia.yasakova@intel.com>
5 years ago
Boris Sekachev a17b82390f
Fixed django exception when get data for unknown task (#3344)
* Fixed django exception when get data for unknown task

* Remove redundant code

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
MashaSS 0d56e2923f
Server tests for context images for 2D tasks (#3310)
* Add server test for context images.

* Move server test for context images in engine/tests
5 years ago
Nikita Manovich b18482b42c
Support cloud storage on server (#3326)
Co-authored-by: Maya <maya17grd@gmail.com>
5 years ago
Anastasia Yasakova 4b82336b12
Add test for wrong attribute import in tracks (#3279)
* add test for wrong attribute import in tracks

* fix annotation for test

* small fix

* fix annotattion for test

* add function to get data from task
5 years ago
Andrey Zhavoronkov 43967d4bdf
Fix meta request performance (#3269)
* improved performance of data/meta request

* updated license

* updated changelog

* fix

* fixed tests
5 years ago
Andrey Zhavoronkov 72fdef4335
Az/import export tasks (#3056)
* initial version of task export/import feature

* fixed tests

* CLI

* fix comments

* updated license headers

* fix eslint issues

* fix comments

* fixed comments

* reverted changes in *.md files

* fixed comments

* fix pylint issues

* fix import for share case

* improved unit tests

* updated changelog

* fixed Maria's comments

* fixed comments

* Fixed position of create new task button

* Fixed span position

* fixed comments

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Anastasia Yasakova 6abe39e050
Add test for bug with attribute in WiderFace (#3288)
* add test for bug with attribute in WiderFace

* update Datumaro to 0.1.9
5 years ago
Anastasia Yasakova 4584b2384b
add test for bug with duplicate points in polygon (#3278) 5 years ago
Anastasia Yasakova cc4b3f3119
Fix incorrect attribute import in tracks (#3229)
* add fixes

* remove comments

* fix return value in filter_track_shapes

* update changelog
5 years ago
Jijoong Kim 573bdbe32c
Add is_active field in UserFilter (#3235)
* Add is_active field in UserFilter

* Update changelog

* Add is_active as a default searchParam to get user list

* Fix url search query

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Roman Donchenko d15a3199c2
Fix many spelling errors (#3244)
* Fix spelling errors

* Bump version numbers after the spelling fixes

* Fix OSX build (os.mknod requires super-priviligies)

* Fixed eslint warnings.

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Nikita Manovich fe08472aea Merge remote-tracking branch 'origin/develop' into dk/fix-3252 5 years ago
Roman Donchenko 25975467ea
Fix all remark warnings (#3261)
* Fix all issues reported by remark

* Move remark dependencies from the workflow definition into package.json

This enables the transitive dependencies to be pinned, just like for all
other packages.

* Add additional remark plugins

These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.

* Update the remark-lint preset versions

The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).

* GitHub Actions: run remark on all Markdown files, not just changed ones

This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.

There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
5 years ago
Dmitry Kalinin 671d75b42f Fixed assignment in if statement 5 years ago
Dmitry Kalinin a17d054e0b
Project tasks loading only when needed (#3223)
* Tasks loading only when needed

* Fixed project page

* Added CHANGELOG, increased packages versions

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>

* Fixed comments

* Fixed overflow issue

* Fixed reducer issue

* Fixed cvat-core tests

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Timur Osmanov 9615436ecc
Website with documentation (#3039) 5 years ago
Dmitry Kalinin a2df499f50
Task moving between projects (#3164) 5 years ago
Boris Sekachev 6f52ef30e4
Support of context images for 2D tasks (#3122) 5 years ago
Nikita Manovich 975996ef62 Updated the version and CHANGELOG.md for 1.5.0-alpha 5 years ago
Nikita Manovich 3ca86bcff2 Update the version and CHANGELOG 5 years ago
Anastasia Yasakova 4f0652fc11
Fix duplicate points in polygons at upload CVAT for video (#3187)
* changed copy to deepcopy, modified the test

* fixed number of points in polygon
5 years ago
Maria Khrustaleva 1f94aca003
Move migration logger initialization (#3170)
* Move migration logger initialization

* Update CHANGELOG

* Update license header
5 years ago
Snyk bot bb7dfa6961
fix: cvat/requirements/base.txt to reduce vulnerabilities (#3165)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1290072
5 years ago
Snyk bot bd49d7ae99
fix: cvat/requirements/base.txt to reduce vulnerabilities (#3155)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1279042
5 years ago
Maria Khrustaleva e7cca0ec64
Manifest fixes (#3146)
* Add logger, reverse func
* Fix image filtering
* Fix upload video manifest

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
kirill.sizov b36c5f215f Merge branch 'develop' into sk/fix-import-annotations-for-YOLO-format 5 years ago
kirill.sizov be35a52ecb add test 5 years ago
kirill.sizov 54b7cc37e8 delete filenames with dots in test rest api 5 years ago
Roberto Villalba d2e4ee4d02
Update installation_automatic_annotation.md (#3099)
Fix GPU example commands
5 years ago
kirill.sizov 5d5a33068e add image with dots in filename for test rest api 5 years ago
kirill.sizov aad580b9e0 add image path in load annotations for cvat format 5 years ago
kirill.sizov 43fe33ff9f remove incorrect tests 5 years ago
kirill.sizov cbcb62048a fix incorrect solution 5 years ago
kirill.sizov d7be0429fd fix import dm annotations 5 years ago