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
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
Maria Khrustaleva
072482ffe8
Changed "prepare data on the fly" functionality ( #2217 )
...
* Added ability to upload meta information with video & some fixes
* Added documentation for data on the fly preparation
* Added ability to prepare meta information for video manually
* fix
* style: fix codacy issues
* Refactoring
* docs: add optional parameter
* Add test
* Add license header
* Update CHANGELOG
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Maxim Zhiltsov
e9552f84f3
Update media extractors ( #2154 )
...
* Fix PDF reading
* Fixes
* update changelog
* t
* fix len
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
TOsmanov
35342f0885
Update a few items in User Guide ( #2242 )
...
* Update images and user_guide.md
* fix link and typos in user_guide.md
* fix mistakes in user_guide.md
5 years ago
TOsmanov
50527371ba
Add item AI Tools in User Guide ( #2224 )
...
* update user_guide.md and update images
* rename image188
* resizing image114 and image187
* Fix typos in user_guide.md
5 years ago
TOsmanov
84279c67e4
Update a few items in User Guide ( #2236 )
...
* Update user_guide.md and images
* Fix markup in user_guide.md
5 years ago
Varun Singh
c78cbb857b
Installation documentation fixes ( #2222 )
...
* Simplified a few sentences in installation doc. Added missing words in a few places in installation doc.
* Removed hyphen in the work passthrough
* Adhered to 120 line length limit for some lines
Co-authored-by: Varun Singh <varun.singh@appzen.com>
5 years ago
Dmitry Agapov
f2c84a2653
Nuclio as a plugin in CVAT, improved system to check installed plugins ( #2192 )
...
* allow to run cvat without nuclio
* fix new line
* fix comments
* Updated core version
* refactoring
* minor refactoring, fixed eslint issues, added documentation to cvat-core, updated ui version, updated changelog
* move plugins to serverViewSet
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Dmitry Agapov
59b338994d
delete task data after delete task ( #2179 )
...
* delete task data after delete task
* fix pylint
* fix pyflakes
* fix flake8
* add test test_api_v1_tasks_delete_task_data_after_delete_task
* update change log
* pyflake fix
5 years ago
Nikita Manovich
5d0963934f
Add missed migration.
6 years ago
Boris Sekachev
b71e77b17b
Using serverside paremeter min_pos_points, right colors of labels in … ( #2162 )
...
* Using serverside paremeter min_pos_points, right colors of labels in detector runner
* Updated changelog & versions
* Using color from consts instead of literal
6 years ago
Dmitry Kalinin
b8346ce3da
Removed pyhash dependency ( #2170 )
...
* Removed problematic pyhash dependency
* Added CHANGELOG
6 years ago
Maxim Zhiltsov
09a9509278
Install Datumaro as package ( #2163 )
...
* Remove Datumaro sources
* Install Datumaro as package
* Update Datumaro links
* fix
* remove unnecessary dependencies
* Update travis
* update coverage config
6 years ago
Maxim Zhiltsov
8d3c95a764
Fix PDF reading ( #2141 )
...
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Alex
a5b63a4f53
Add python3-setuptools to install list ( #2153 )
...
Installing python3-setuptools was required on a fresh ubuntu 18.04 VM image. Otherwise the next line fails with "no module setuptools"
6 years ago
Maxim Zhiltsov
0933ee2362
Fix CVAT format import for frame stepped tasks ( #2151 )
...
* Fix cvat format import with frame step
* update changelog
6 years ago
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
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
Maxim Zhiltsov
ae6ec40135
Image copying in CVAT format ( #2091 )
6 years ago
Nikita Manovich
4c24237e8a
Merge remote-tracking branch 'origin/develop' 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
Maya
e7df942f6d
Refactoring
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
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
Maya
761c83f3ab
Fix migration
6 years ago
Maya
3fdf065511
Merge branch 'upstream/develop' into cache
6 years ago
Maya
a46bba2df5
Merge branch 'develop' of https://github.com/opencv/cvat into upstream/develop
6 years ago
Maya
7bb5e02ff1
Added license headers
6 years ago
Maya
2144c4aadd
Refactoring
6 years ago
Maya
43c2c6ea87
Merged migrations into one file
6 years ago