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).
* Don't use antd less (big memory consumtion during the build process)
* Fix AWS deployment guide
* fix a problem with proxy and long domain names
* remove sass loader for antd
* Removed less and less-loader.
* Simplified webpack config.
* Change the version and updated CHANGELOG.md
* Installation issues for development environment (#1280)
* Installation issues
* Added ffmpeg
* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui (#1270)
* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
* Updated CHANGELOG.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
* Bump acorn from 6.2.1 to 6.4.1 in /cvat-canvas (#1281)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use source label map for voc export (#1276)
* Use source label map for voc export
* Add line to changelog
* [Datumaro] Fix frame matching in video annotations import (#1274)
* Add extra frame matching way for videos
* Add line to changelog
* [Datumaro] Allow empty COCO dataset export (#1272)
* Allow empty dataset export in coco
* Add line to changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
* [Datumaro] Fix occluded and z_order attributes export (#1271)
* Fix occluded and z_order attributes export
* Add line to changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
* Fix LabelMe format (#1260)
* Fix labelme filenames
* Change module path
* Add tests for LabelMe
* Update test
* Fix test
* Add line in changelog
* Fix release date.
Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: zhiltsov-max <zhiltsov.max35@gmail.com>