5 Commits (3e336237ab030331c137f1533b26df826d9ae8b2)

Author SHA1 Message Date
Snyk bot 65b29a6818
fix: upgrade async-mutex from 0.1.4 to 0.2.4 (#2275)
Snyk has created this PR to upgrade async-mutex from 0.1.4 to 0.2.4.

See this package in npm:
https://www.npmjs.com/package/async-mutex

See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/97fd3200-295e-491c-9793-aec3a299a1f7?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Snyk bot 864fb8f525
fix: upgrade jszip from 3.1.5 to 3.5.0 (#2274)
Snyk has created this PR to upgrade jszip from 3.1.5 to 3.5.0.

See this package in npm:
https://www.npmjs.com/package/jszip

See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/97fd3200-295e-491c-9793-aec3a299a1f7?utm_source=github&utm_medium=upgrade-pr
5 years ago
Boris Sekachev d66449241a
Batch of fixes for Safari (#2025)
* Styles fixes

* Fixed imageBitmap & styles on annotation page

* Increased version of cvat-data
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
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