636 Commits (52b34887ae9af7b8cdbb3cd6e93bafee4de53195)
 

Author SHA1 Message Date
Boris Sekachev 52b34887ae Titles for objects in side menu 6 years ago
Boris Sekachev ece8a7e18b Shortcuts keymaps moved to state 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
Nikita Manovich ecad0231c9
Fix AWS deployment (#1316)
* 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.
6 years ago
Dmitry Kalinin 76d0c6b599
Merge pull request #1318 from opencv/bs/batch_of_fixes
React UI: Batch of fixes
6 years ago
zhiltsov-max 6a4ccdea1f
[Datumaro] Extract common extractor functionality (#1319)
* Extract common extractor functionality

* Simplify coco extractor

* Fix tfrecord
6 years ago
Boris Sekachev e478637e88 Fixed unit tests 6 years ago
Boris Sekachev c55cbdefe5 Undo/redo returns frame where was a change (as it was done in previous version) 6 years ago
Boris Sekachev 5e2f2ecf31 Fixed create object URL after first save, fixed URL itself 6 years ago
Boris Sekachev 73a7a7fd79 Fixed resize on right mouse button 6 years ago
Boris Sekachev 62cd4eccdc Fixed: Inconsistent labels between UI and CLI/API 6 years ago
Dmitry Kalinin 3f4d6fc8d3
Merge pull request #1314 from opencv/bs/batch_of_fixes
React UI: Batch of fixes
6 years ago
Boris Sekachev 1806c9977b Which -> button property 6 years ago
Boris Sekachev 71d0bb5124 Removed extra action dispatching 6 years ago
Boris Sekachev b700719bd5 Fixed: Could not receive frame (after merge on the latest frame) 6 years ago
Boris Sekachev 472d3174b6 Added undopoint in editing 6 years ago
Boris Sekachev ef11ca4fc6 Fix navigation 6 years ago
Boris Sekachev eeee914a9d Fixed latest input numbers, removed extra code, fixed typings 6 years ago
Boris Sekachev d789087dd3 Fixed ui failing in propagate confirmation 6 years ago
Boris Sekachev b12ae3471b Fixed input numbers in player settings 6 years ago
Boris Sekachev e55deb7142 Fixed UI fail when write characters in auto save interval input 6 years ago
Boris Sekachev 4eeb94d3ba Validation for frame input value 6 years ago
Dmitry Kalinin 57e8083943
Merge pull request #1292 from opencv/dk/point-deletion
React UI: Point deletion context menu
6 years ago
zhiltsov-max 03817f050b
[Datumaro] Fix image merging (#1301)
* Always merge images for own dataset

* Fix codacy
6 years ago
Dmitry Kalinin 3c128b2a73 fixed PR 6 years ago
zhiltsov-max 4f20f46cf4
Fix attributes with spaces in names (#1305) 6 years ago
Dmitry Kalinin c11cc642df fixes 6 years ago
Dmitry Kalinin 56c6f11569
Merge pull request #1304 from opencv/bs/delete_points_fix
Fixed deleting of the latest point
6 years ago
Boris Sekachev 8aaa4d26d5 Fixed deleting of the latest point 6 years ago
Dmitry Kalinin 56f58b6664 Fixed context menu on ubuntu 6 years ago
Boris Sekachev 796044782f
React UI: Better exception handling (#1297) 6 years ago
Nikita Manovich 9ef89c724f Merge branch 'master' into develop 6 years ago
Nikita Manovich 267c76547f Add information about v0.6.1 release. 6 years ago
Nikita Manovich feebec2670
Release v0.6.1 (#1267)
* 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>
6 years ago
zhiltsov-max fe862b4abc
[Datumaro] Update LabelMe format (#1296)
* Little refactoring

* Add LabelMe format

* Add usernames

* Update tests

* Add extractor test
6 years ago
zhiltsov-max c91e8957df
[Datumaro] LabelMe format (#1293)
* Little refactoring

* Add LabelMe format
6 years ago
zhiltsov-max 0744c6ae16
[Datumaro] MOT format (#1289)
* Add mot format base

* Add mot format

* Extract common code
6 years ago
zhiltsov-max 8efaf58f11
Add recursive importers (#1290) 6 years ago
Dmitry Kalinin 7e7a5a60ed Merge branch 'develop' into dk/point-deletion 6 years ago
Dmitry Kalinin 1c1ab6a0e5 fixed point context menu for rectangles 6 years ago
Ben Hoff 14084435bc
OpenVino 2020 (#1269)
* added support for OpenVINO 2020

* fixed dextr and tf_annotation

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
6 years ago
Boris Sekachev bfd300039e
React UI: Added logging (#1288) 6 years ago
Dmitry Kalinin 845be3b486 Added point deletion context menu 6 years ago
zhiltsov-max 731b8967c0
Fix LabelMe format (#1260)
* Fix labelme filenames

* Change module path

* Add tests for LabelMe

* Update test

* Fix test

* Add line in changelog
6 years ago
zhiltsov-max 08688b0c3e
[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>
6 years ago
zhiltsov-max 9545132097
[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>
6 years ago
zhiltsov-max 936d3059cf
[Datumaro] Fix frame matching in video annotations import (#1274)
* Add extra frame matching way for videos

* Add line to changelog
6 years ago
Dmitry Kalinin b0dbbb3faa Merge branch 'develop' into dk/point-deletion 6 years ago
zhiltsov-max 55677e0397
Use source label map for voc export (#1276)
* Use source label map for voc export

* Add line to changelog
6 years ago
dependabot[bot] 4ab3c1af82
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>
6 years ago