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
dependabot[bot]
8b1ec0befc
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>
6 years ago
Boris Sekachev
ad9b877b6d
Installation issues for development environment ( #1280 )
...
* Installation issues
* Added ffmpeg
6 years ago
Boris Sekachev
1bb582f7f0
React UI: Attribute annotation mode ( #1255 )
...
* Done main work
* Fixed mount/unmount for canvas wrapper
* Refactoring, added filters
* Added missed file
* Removed unnecessary useEffect
* Removed extra code
* Max 9 attributes, inputNumber -> Input in aam
* Added blur
* Renamed component
* Fixed condition when validate number attribute
* Some minor fixes
* Fixed hotkeys config
* Fixed canvas zoom
* Improved behaviour of number & text
* Fixed attributes switching order
* Fix tags
* Fixed interval
6 years ago
Dmitry Kalinin
6a7bf6d267
Merge pull request #1241 from opencv/dk/cvat-ui-tags
...
React UI: tags support
6 years ago