591 Commits (3c128b2a73ce265ff3c30e0f93251cc17294ba2b)
 

Author SHA1 Message Date
Dmitry Kalinin 3c128b2a73 fixed PR 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
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
Dmitry Kalinin 4d0c22513a temp 6 years ago
Nikita Manovich b3991d67d7
Update develop from release-0.6.0 branch (#1266) 6 years ago
Dmitry Kalinin 38cb4d11ca PR fixed 6 years ago
Dmitry Kalinin 6e77a2309b Styles fixed 6 years ago
Dmitry Kalinin 5fc65c8e73 PR fixed 6 years ago
Dmitry Kalinin 965ff77898 wip 6 years ago
Dmitry Kalinin 23a658f2c0 Merge branch 'develop' into dk/cvat-ui-tags 6 years ago
Dmitry Kalinin 89628fbac5 Fixed filters with tags 6 years ago
Dmitry Kalinin 8b27dbe613 Fixed tags color changing and hiding 6 years ago
Andrey Zhavoronkov 7050ad4dec
fixed git sync app (#1247)
* fixed git sync app

* removed shell=True for subprocess call
6 years ago
Dmitry Kalinin a99dd38fee Fix copying and creating tags 6 years ago
Nikita Manovich ec2fa6ee51
Fixed security issues in Datumaro (#1244)
* Fixed security issues reported by bandit.
* Fixed voc_format extractor
* Sorted requirements, added a comment, removed nosec for exec.
6 years ago
Mathis Chenuet 546c9414e7
doc: fix description of attribute CVAT XML format (#1168) 6 years ago
Pratik Raj e9160b66f9
Some debian package manager tweaks (#1235)
* Some debian package manager tweaks

By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages . 

By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages .

Refer to blog at [Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends) .
6 years ago
zhiltsov-max 2ebca5bb5a
[Datumaro] Dataset format auto detection (#1242)
* Add dataset format detection

* Add auto format detection for import

* Split VOC extractor
6 years ago
Dmitry Kalinin c85ecb7bf3 Deleted unused objects 6 years ago
Dmitry Kalinin 8602da72f1 Fixed copying/pasting actions 6 years ago
Dmitry Kalinin 4746574ff1 merge fix 6 years ago
Dmitry Kalinin 5c009f5d88 Merge branch 'develop' into dk/cvat-ui-tags 6 years ago
Dmitry Kalinin 3199fbbdf9 Added tag support in new UI (without canvas drawing) 6 years ago
Nikita Manovich 24130cda41
[Datumaro] Optimize mask operations (#1232)
* Optimize mask to rle

* Optimize mask operations

* Fix dm format cmdline

* Use RLE masks in datumaro format
6 years ago
Nikita Manovich be5577d013
[Datumaro] Label remapping transform (#1233)
* Add label remapping transform

* Apply transforms before project saving

* Refactor voc converter
6 years ago
Boris Sekachev 78dad73de9
React UI: Added shortcuts (#1230) 6 years ago
Dmitry Kalinin f468c4035f Setup tag forward to the state 6 years ago
Andrey Zhavoronkov 8afb5dda2a
Az/fix annotation dump upload (#1229)
* fixed upload annotation in case of frame step != 1

* fixed upload annotation in case of attribute value is empty
6 years ago
Tritin Truong ad000a27a2
[WIP] Cuboid feature user guide (#1218)
* Initial cuboid description

* Added Gifs

* Added gifs  to descriptions

* Formatting fixes

* Codacy Fixes
6 years ago
Boris Sekachev 65cbabd8df
Added button to cancel started automatic annotation (#1198) 6 years ago
Dmitry Kalinin 401d66dcd7
React UI: Filters history (#1225)
* Added filters history

* Fixed unclosed dropdown

* Added saving filters to localStrorage
6 years ago
Boris Sekachev 6a59e7cff8
React UI: batch of fixes (#1227)
* Fix: keyframes navigation

* Fix: handled removing of the latest keyframe

* Fix: activating a shape when another shape is being changed

* Fix: up points in the side bar on points click

* Fix: editable shape isn't transformed when change zoom

* Updated message
6 years ago