318 Commits (380be58edc0dea8f5c59235a1ebd07e5f0095ddd)

Author SHA1 Message Date
Andrey Zhavoronkov 380be58edc
Ability to configure user agreements for the register user form (#1464) 6 years ago
TOsmanov fc2f02a406
Update item Bottom panel in User Guide (#1509)
* Update item Bottom panel in User Guide

rename the "Bottom panel" to the "Top panel"

* Fixed typos, remove trailing spaces in user_guide.md

* Fix user_guide.md and update image051.jpg
6 years ago
zhiltsov-max fb380d9855
Include empty images in exported annotations (#1479) 6 years ago
Andrey Zhavoronkov ccd2fbdf51
fixed linter issues (#1538) 6 years ago
TOsmanov 6eab04885f
Update item Settings in User Guide (#1508) 6 years ago
zhiltsov-max 5ab549956f
Merge annotations and dataset_manager apps (#1352) 6 years ago
TOsmanov 6566e4aa11
Update items Workspace and Types of shapes in User Guide (#1497) 6 years ago
Andrey Zhavoronkov 227ab05e73
Fixed uploading track annotations for multi-segment tasks (#1396)
* fixed uploading annotation for overlapped segments

* fixed dump of tracks for multisegment task

* Update CHANGELOG.md

* fixed comments

* fixed comments

* Update cvat/apps/engine/data_manager.py

Co-Authored-By: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>

* drop start shapes with outside==True for splitted track

* code cleanup

* fixed typo

* fix

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov ee6deba304
Fixed 'Open task' button doesn't work (#1474) 6 years ago
TOsmanov fc37800eda
Update items from AAM (basics) to Vocabulary in User Guide (#1459)
* Update items from AAM (basics) to Vocabulary
* Delete unused images and gif
6 years ago
Ben Hoff 8a2efa4da3
fix auto annotation to not eat all RAM (#1328)
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
TOsmanov 191d15e8fb
Update item "Interpolation mode (basics)" in User Guide (#1455)
* Update item interpolation mode in user guide

fix typos and contents

* Fix a typo

* Fix a typo in the filename

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Boris Sekachev c6c9e7db96
React UI: Added client versioning (#1448)
* Adjusted antd import

* Wrapped core and canvas

* Added versioning

* Updated changelog, adjusted installation guide a bit
6 years ago
TOsmanov 76037e5128
Update item "Annotation mode (basics)" in User Guide (#1412)
* Update item "annotation mode (basics)" in User Guide

* Replacing a gif017 with an image
6 years ago
Thomas Albrecht 9344b067b1
fix: OSError:broken data stream (#1430) 6 years ago
Boris Sekachev f1aee89589
React UI: ReID algorithm (#1406)
* Initial commit

* Connected storage

* Added core API method

* Done implementation

* Removed rule

* Removed double cancel

* Updated changelog

* Fixed: Cannot read property toFixed of undefined

* Update CHANGELOG.md
6 years ago
TOsmanov deac1b0bb6
Update item "Types of shapes" (#1401) 6 years ago
Andrey Zhavoronkov ca022d732d
Fixed auto annotation, tf annotation and auto segmentation apps (#1409)
* fixed code that uses FrameProvider, as the interface has changed

* Update CHANGELOG.md
6 years ago
Boris Sekachev 43bb4b27fb
Fixed: Failed to execute removChild.. (#1405) 6 years ago
Boris Sekachev a237c66474
React UI: Semi-automatic segmentation (#1398)
* implemented checked

* Implemented plugin

* Added dialog windows

* Updated changelo

* Added cancel request
6 years ago
Boris Sekachev 5e21b4acce
Batch of fixes (#1403)
* Fixed bug when job cannot be opened

* Fixed bug when deactivated shape is still highlighted

* Fixed Error: 'AttributeError: 'tuple' object has no attribute 'read'

* Fixed: wrong semi-automatic segmentation near edges of an image

* Updated changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov 35190d97fe
Fix git app paths (#1400)
* changed paths for the git repos

* Update CHANGELOG.md

* updated licence header
6 years ago
TOsmanov eaec6841f9
Update item "Basic navigation" in User Guide and bug fix in user_guide.md (#1395) 6 years ago
TOsmanov 59ec5c443b
Update item "Interface of the annotation tool" in User Guide (#1386) 6 years ago
ranko r sredojevic 13b8cfa46e
Instructions on using HTTPS (#1357) 6 years ago
Andrey Zhavoronkov 73346b3c2f
Az/fix remote files (#1392)
* fixed task creation from remote files

* Update CHANGELOG.md
6 years ago
TOsmanov 90740a7f0a
Update item "Creating an annotation task" in User Guide (#1363) 6 years ago
zhiltsov-max 557e308a73
Add chunk iterator cache to frame provider (#1367)
* Add chunk iterator cache

* fix
6 years ago
Boris Sekachev 1d78c54029
Batch of fixes (#1370)
* Some margins were change to paddings

* Removed extra selected

* Fix: added outside shapes when merge polyshapes

* Fixed double scroll bars

* Updated canvas table

* Fixed setup methodf

* Disabled change frame during drag, resize and editing

* Fixed: hidden points are visible

* Fixed: Merge is allowed for points, but clicks on points conflict with frame dragging logic

* Fixed: do not filter removed objects

* Updated CHANGELOG.md

* Couple of headers updated
6 years ago
zhiltsov-max 457454821f
Refactor frame provider (#1355)
* Refactor frame provider

* fix
6 years ago
Nikita Manovich 87784fa97e Increase preview size till 256, 256.
Previous preview size was not optimal and led to a blurred image
due to too small size.
6 years ago
Andrey Zhavoronkov 7bdf9bb481
Az/fix dextr (#1348)
* Fixed dextr_segmentation app

* updated changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov be2ec3ad72
fixed dump error after moving format files (#1342)
* fixed dump error after moving format files

* updated changelog
6 years ago
zhiltsov-max 66c6e7e919
Fix point interpolation (#1344)
* Extend formats tests with different track types

* Add unordered list comparison

* Skip empty list comparison

* fix

* fix

* Reproduce problem

* Fix point interpolation for single point

* undo rest api refactor
6 years ago
Andrey Zhavoronkov 9c443db5a1
Az/fix migration (#1333)
* fixed migration because readers interface changed

* fixed tests
6 years ago
zhiltsov-max 887c6f0432
Move annotation formats to dataset manager (#1256)
* Move formats to dataset manager

* Unify datataset export and anno export implementations

* Add track_id to TrackedShape, export tracked shapes

* Replace MOT format

* Replace LabelMe format

* Add new formats to dm

* Add dm tests

* Extend TrackedShape

* Enable dm test in CI

* Fix tests

* Add import

* Fix tests

* Fix mot track ids

* Fix mot format

* Update attribute logic in labelme tests

* Use common code in yolo

* Put datumaro in path in settings

* Expect labels file in MOT next to annotations file

* Add MOT format description

* Add import

* Add labelme format description

* Linter fix

* Linter fix2

* Compare attributes ordered

* Update docs

* Update tests
6 years ago
Andrey Zhavoronkov e87ec38476
Small preview and progress (#1331)
* Reduce preview size (untested)

* Fix tests

* Improve media readers (untested)

* fixed migration

* fixed frame provider

* fixed preview save

* fixed stop frame

* handle duration == None

* codacy

* added missed import

* unified iteration over frames for media readers and fixed corner case when user specify stop_frame = 0

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
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
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
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 936d3059cf
[Datumaro] Fix frame matching in video annotations import (#1274)
* Add extra frame matching way for videos

* Add line to changelog
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
Nikita Manovich b3991d67d7
Update develop from release-0.6.0 branch (#1266) 6 years ago
Andrey Zhavoronkov 7050ad4dec
fixed git sync app (#1247)
* fixed git sync app

* removed shell=True for subprocess call
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
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