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
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
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
Dmitry Kalinin
6acda049a8
Added tag popover template
6 years ago
zhiltsov-max
b3f7f5b8bc
Add tags support for VOC ( #1201 )
...
* Extend voc format test with tags
* Add import and export of voc labels
* Fix voc and yolo format version numbers
6 years ago
zhiltsov-max
0d873a3de6
Fix remainder logic for subset splitting ( #1222 )
6 years ago
Boris Sekachev
97195238b0
React UI: Pinned option was added ( #1202 )
6 years ago
zhiltsov-max
a058765d29
Add tags to cvat xml ( #1200 )
...
* Extend cvat format test
* Add tags to cvat for images
* Add tags to cvat format in dm
* Add import of tags from datumaro
6 years ago
Andrey Zhavoronkov
0dae5def6b
Az/cvat proxy ( #1177 )
...
* added nginx proxy
* removed unnecessary port configuration & build arg
* updated installation guide
6 years ago
Dmitry Kalinin
adb66b57ba
React UI: Improved rotation feature ( #1206 )
...
Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
6 years ago
zhiltsov-max
da69a40b96
Add random split transform ( #1213 )
6 years ago
zhiltsov-max
3604f0c5ce
Auto-generate labelmap for voc from task ( #1214 )
6 years ago
Boris Sekachev
5dc52f94a2
React UI: Batch of fixes ( #1211 )
...
* Disabled tracks for polyshapes in UI
* RectDrawingMethod enum pushed to cvat-canvas, fixed some code issues
* Optional arguments
* Draw a text for locked shapes, some fixes with not keyframe shapes
* Fixed zooming & batch grouping
* Reset zoom for tasks with images
* Fixed putting shapes out of canvas
* Fixed grid opacity, little refactoring of componentDidUpdate in canvas-wrapper component
* Fixed corner cases for drawing
* Fixed putting shapes out of canvas
* Improved drawing
* Removed extra event handler
6 years ago
Boris Sekachev
5659a0a0e1
Updated svg.js version ( #1212 )
6 years ago
zhiltsov-max
79c30696dd
Move project dir to .datumaro ( #1207 )
6 years ago
Boris Sekachev
c2d58e5b7d
Added license headers ( #1208 )
...
* Added licenser
* Added license headers for cvat-canvas and cvat-ui
6 years ago
Boris Sekachev
d6e7216c1f
React UI: Changing color for a group ( #1205 )
6 years ago
Dmitry Kalinin
5645cdf7c1
React-UI: settings ( #1164 )
...
* Image filters: brightness, contrast, saturation
* Auto saving
* Frame auto fit
* Player speed
* Leave confirmation for unsaved changes
6 years ago
Boris Sekachev
90d594d706
React UI: Changing color for a shape ( #1194 )
...
* Minimized size of an element in side panel
* To background / to foreground like in legacy UI
* Added color changer for a shape
* Adjusted color updating
6 years ago
Boris Sekachev
93d57131c3
Fixed lags ( #1197 )
6 years ago
zhiltsov-max
54c277a0c9
Replace COCO implementation ( #1195 )
6 years ago
zhiltsov-max
f2dfcc039b
[Datumaro] Remote project export fixes ( #1193 )
...
* Export project with trask name
* Do not expose server paths
* Fix tfrecord mask reading in tf>1.14
* Setuptools compatibility
6 years ago
zhiltsov-max
cd8ef2aca4
Replace VOC format support in CVAT with Datumaro ( #1167 )
...
* Add image meta reading to voc
* Replace voc support in cvat
* Bump format version
* Materialize lazy transforms in voc export
* Store voc instance id as group id
* Add flat format import
* Add documentation
* Fix format name in doc
6 years ago