487 Commits (3d8f3c6f0b9bee0cf1c8a66df5fc555a84cfe77f)

Author SHA1 Message Date
TOsmanov 6945fa5714
Add documentation about Review feature into User Guide (#2638) 5 years ago
TOsmanov 43053136aa
Add documentation about projects into User Guide (#2632) 5 years ago
Andrey Zhavoronkov f8e9dc3380
Fixed the memory consumption when creating a task (#2582)
* fixed the memory consumption when creating a task

* fixed _get_frame_size function

* updated changelog
5 years ago
Anastasia Yasakova 916dd6dff7
Add CamVid format (#2559)
* Update Datumaro to 0.1.4

* Add CamVid format

* Add CamVid to documentation

* Update changelog.

* Added information about ImageNet and CamVid into README.md

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

* boosting nuclio version to 1.5.8

* fixed bug for png alpha channel

* added support for tensorflow gpu

* fixed typos

* Update cvat/apps/documentation/installation_automatic_annotation.md

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

* Addressing pr comments - improved documentation and removed code duplication

* removed extra spaces

* Update nuclio to 1.5.8

* fixed typo

* removed extra cpu deployment

* renamed files

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Boris Sekachev fcc15ced82 Merged develop 5 years ago
Andrey Zhavoronkov 45e2ea0707
Added support of mxf videos (#2514)
* added support of mxf videos
5 years ago
Boris Sekachev f2fb053bb6
Simple Review Pipeline (Server) (#2338) 5 years ago
Maya d52d5baab4 Merge branch 'develop' into mk/share_without_copying_ 5 years ago
Andrey Zhavoronkov 7b88730601 updated FAQ 5 years ago
Andrey Zhavoronkov b40863f1a3 updated changelog 5 years ago
Andrey Zhavoronkov 3e336237ab fixed getTaskPreview exception handling, slightly improved the backend exception handling 5 years ago
Maya 3096111dc4 Updated migration dependency 5 years ago
Maya c1da108f6c Merge branch 'develop' into mk/share_without_copying_ 5 years ago
Maya ddf22686f6 Fix: server returns a response with 404 code 5 years ago
Dmitry Kalinin 879deb5a52
Projects (#2255)
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago
Maria Khrustaleva f2d0b71b72
Fixed saving of relative paths in dummy chunks instead of absolute (#2424)
* Fixed saving of relative paths in dummy chunks instead of absolute

* Updated CHANGELOG
5 years ago
Andrey Zhavoronkov ddef6c1b43 updated license headers and changelog 5 years ago
Andrey Zhavoronkov 6833ab05fc Merge remote-tracking branch 'origin/develop' into az/fix_templates 5 years ago
Andrey Zhavoronkov e309f2f8bf fixed templates 5 years ago
Maya d2e186a647 Renaming 5 years ago
Dmitry Kalinin 8c2200356d Merge remote-tracking branch 'origin/develop' into dk/user-search 5 years ago
Maya 7309d99074 Fixed typo 5 years ago
Maya f5421998c6 Merge branch 'develop' into mk/share_without_copying_ 5 years ago
Maya 39c2d17586 Fixed codacy issues 5 years ago
Anastasia Yasakova 3b29621c72
Add ImageNet format (#2376)
* Add ImageNet format

* Add ImageNet to documentation
5 years ago
Maria Khrustaleva bbfa880d1f
Added ability to correct upload video with a rotation record in the metadata (#2218)
* Added ability to correct upload video with a rotation record in the metadata

* fix sizes of rotated preview

* fix sizes of rotated frame

* Added tests for uploaded video with rotation record in metadata

* Used OpenCV instead of PIL

* Fixed tests

* Update CHANGELOG

* fix

* Moved function

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Maya cf406f51dc Added automount using /etc/fstab 5 years ago
Maya 0bf3153265 Added tests 5 years ago
Maya fb8f5fffcb fix 5 years ago
Dmitry Kalinin 88d4c1798b Fixed server tests 5 years ago
Maya 6e5648f458 Added some test 5 years ago
Maya c378989ce1 Added guide how mount cloud storages as fuse 5 years ago
Maya a1b32b406d temp 5 years ago
Maya b97a6cda10 Added location of uploaded data 5 years ago
Dmitry Kalinin 9e584b4191 Added user search filed for assignee 5 years ago
Ram Balachandran ec7d2b9687
Update AWS-Deployment-Guide.md (#2354)
How to address the dynamic ip changes that are part of AWS or cloud based instances
5 years ago
Vitaliy Nishukov 7512fd6883
Reformatted (#2349) 5 years ago
Maxim Zhiltsov e0afbaf507
Don't export outside frames in frame-based formats (#2345)
* Exclude outside shapes from per frame export

* update changelog
5 years ago
Boris Sekachev df2dcc0209
Added migration file to dataset_repo (#2333) 5 years ago
Vitaliy Nishukov 00f6486f80
Z-Order flag in creation task process (#2294)
* Z-Order flag in creation task process has been removed
5 years ago
Andrey Zhavoronkov 2dcb9056e0
reduced the preparation time of the user list on the backend (#2334) 5 years ago
Andrey Zhavoronkov 7543f5ef6f
fixed linter issues (#2305) 5 years ago
Maxim Zhiltsov d4129f2868
Add MOTS png format (#2198)
* Add mots format

* fix upload

* update docs

* update changelog

* Update datumaro dependency

* fix header

* update dm dependency

* Support importing with outside property in mot and mots

* fix track exporting

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
JK-97 2d23911d33
Fix task model updated_date field: auto_now = True (#2233)
* Fix task model updated_date field: auto_now = True

* update migrations file
5 years ago
TOsmanov a4e8a98f23
Update items Player and Filter in User Guide (#2271)
* update image and user_guide.md

* fix markup in user_guide.md

* update user_guide.md
5 years ago
Maxim Zhiltsov 84b8a85a20
Raw image copying in dataset export (#2229)
* Raw image copying in dataset export

* use byteimage

* use opencv, swith frame data type for videos

* Fix image reading

* update dm dependency
5 years ago
Boris Sekachev 623ca17a6b
Updated docker-compose versions in installation guide (#2261) 5 years ago
Andrey Zhavoronkov a222741f6b
Rename git app (#2243)
* renamed application git -> git_manager

* removed _GitImportFix class

* fixed cli tests

* git_manager -> dataset_repo

* updated changelog

* fixed dataset manager tests
5 years ago