zhiltsov-max
5ab549956f
Merge annotations and dataset_manager apps ( #1352 )
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
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
Boris Sekachev
171a9202ed
React & Antd: Dashboard migration ( #892 )
...
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Ben Hoff
97ed2aaa28
Separate inference method in order to break django dependency ( #650 )
7 years ago
Ben Hoff
1334efaaf6
added in ability to visually see auto_annotation command line runner ( #647 )
7 years ago
Ben Hoff
04a57c164a
Correct odd spacing in auto annotation model manager ( #648 )
7 years ago
Andrey Zhavoronkov
1454ec7ecc
Az/yolo format support ( #619 )
...
* added yolo loader/dumper
* changed format_spec
* updated reamde, changelog
* Used bold font for default dump format
7 years ago
Andrey Zhavoronkov
5733423b13
Az/multiformat downloader ( #551 )
7 years ago
Andrey Zhavoronkov
6d7a04086f
fixed attribute processing in auto_annotation ( #577 )
7 years ago
Andrey Zhavoronkov
a159826bf7
Handle invalid json labelmap file case correctly during create/update DL model stage. ( #573 )
...
* handle invalid json labelmap file case correctly on create/update DL model stage
* dummy_label_map -> dummy_labelmap
* renamed load_label_map function
* Update CHANGELOG.md
7 years ago
Ben Hoff
6e1e063c04
added in command line auto annotation runner ( #563 )
7 years ago
Ben Hoff
418cdbe146
added in ability for admins to import in code ( #523 )
...
Thanks for the contribution 👍 . I'm sure that many users of CVAT will benefit from the enhanced version of "automatic annotation".
7 years ago
Ben Hoff
f20698921e
Advanced Auto Annotation Handling for Admins ( #514 )
7 years ago
Ben Hoff
40fe468196
LabeledDataSerializer requires list, not string ( #508 )
7 years ago
Ben Hoff
0037502cf6
Static methods don't have a `self` variable ( #507 )
7 years ago
Nikita Manovich
ae6a4891e3
RESTful API ( #389 )
7 years ago
Andrey Zhavoronkov
ab013b0da1
Az/model manager bugfix ( #353 )
...
* fixed bug with AnnotationModel matching query does not exist during model create request
* fixed deleting tmp files
7 years ago
Andrey Zhavoronkov
46d2120685
Model manager ( #307 )
7 years ago
Andrey Zhavoronkov
746cffb476
Model manager for DL models to preannotate images ( #289 )
7 years ago