574 Commits (2f516233e2fcf2f09eba97fd83816368ec67c545)

Author SHA1 Message Date
Nikita Manovich 4ce14d6946 Merge branch 'TOsmanov-UG-update-Annotation-whit-points' into develop 6 years ago
TOsmanov 53020c9d9f
Update item Annotation with polylines (#1596)
* update user_guide.md and images

* fix uppercase letters in images path in user_guide.md and remove trailing spaces

* delete images and gifs containing uppercase letters in the name

* add images with correct names

* fix image paths in user_guide.md

* Delete image133

* add image133 with correct name
6 years ago
zhiltsov-max e2dedb2f83
Use z_order as a class property (#1589)
* Use z_order as a class property

* Fix z_order use in voc

* Update changelog
6 years ago
timurx.osmanov dce5e1d5dd add gif013 with correct name 6 years ago
timurx.osmanov 058335a476 Delete gif013 6 years ago
timurx.osmanov 6f1d8f5ea2 update user_guide.md, images and gifs 6 years ago
TOsmanov 485bc8d91a
Update user_guide.md, images and gif (#1556)
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
TOsmanov 405aab7ba1
Update text, images and gif in user_guide.md (#1558) 6 years ago
TOsmanov 8a8dd391a3
Add item Controls sidebar in User Guide (#1510) 6 years ago
Andrey Zhavoronkov 6fd810e8a9
added settings to reduce access to analytics component (#1592)
* added settings to reduce access to analytics component

* updated CHANGELOG

* fixed typo
6 years ago
Andrey Zhavoronkov 7c800f7f7d
Fixed task creation for videos with uneven dimensions. (#1594)
* used yuv420p format for compressed and original chunks

* updated changelog
6 years ago
Vladimir Skubriev 9288d12ee8 update https install section 6 years ago
Andrey Zhavoronkov 27efa89242
Fixed git synchronization (#1582)
* fixed git synchronization

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max 61d06065ab
Fix cuboid conversion (#1577)
* Fix cuboid conversion

* update changelog

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max 4c603504b7
Add VOC grayscale masks test and documentation (#1576)
* Add a test for unpainted masks
* Update format documentation
6 years ago
Andrey Zhavoronkov 43395af812
Fixed auto_segmentation app (#1562)
* disabled tf eager execution for auto_segmentation
* Update CHANGELOG.md
6 years ago
Dmitry Kalinin 5816494694
React UI: cuboid interpolation and cuboid drawing from rectangles (#1560)
* Added backend cuboid interpolation and cuboid drawing from rectangles
* Added CHANELOG.md
* Fixed cuboid front edges stroke width
* PR fixes
6 years ago
TOsmanov 42fb305d67
Update item Side panel in User guide (#1513)
* Update item Side panel in User guide

* Removed trailing spaces in an Object sidebar item

* Update cvat/apps/documentation/user_guide.md

* fix typo

* missing image correction

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
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
zhiltsov-max acdf233796
Add coverage for python (#1483) 6 years ago
Nikita Manovich e6ce7758cd Update CHANGELOG and the version of CVAT server. 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
Nikita Manovich 3cf0507e52 Updated version of CVAT server till beta.2 6 years ago
Nikita Manovich 15299e4d7d Updated CHANGELOG (new version will be 1.0.0-beta.1) 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
Nikita Manovich 1feeef6e73 Add information for next release + update version. 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
Boris Sekachev ad9b877b6d
Installation issues for development environment (#1280)
* Installation issues

* Added ffmpeg
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
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 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
zhiltsov-max 3604f0c5ce
Auto-generate labelmap for voc from task (#1214) 6 years ago
Boris Sekachev 5659a0a0e1
Updated svg.js version (#1212) 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
zhiltsov-max 8caa1695c5
Replace mask format support with Datumaro (#1163)
* Add box to mask transform

* Fix 'source' labelmap mode in voc converter

* Import groups

* Replace mask format support

* Update mask format documentation

* codacy

* Fix tests

* Fix dataset

* Fix segments grouping

* Merge instances in mask export
6 years ago
zhiltsov-max 80d3f97583
Replace tfrecord format support in CVAT with Datumaro (#1157) 6 years ago
zhiltsov-max 45da9c1713
Update yolo format description (#1173) 6 years ago
Tritin Truong 0bb92f27c1
Cuboid annotation (#678)
* Cuboid feature

* migration files

* Refactored cuboidShape
Fixed a bug where coloring by label would not update cuboids properly
Fixed a bug where the select points would not scale properly on initialization

* Removed math.js dependency
Implemented custom line intersection function

* new cvat formatting with labelled points

* Added MIT License to js files that were missing it

* Added simple constraints to the cuboids

* reverted commit for settings for vscode to hide local path

* fixed locking for cuboids

* fixed cuboid View when locked

* fixed occlusion view for cuboids

* Allow cuboid points to be outside the frame dimensions.

Signed-off-by: Tritin Truong <truongtritin98@gmail.com>

* Added stricter constraints on cuboid edges.

* Slightly stricter restrictions for edge case

* Cleaned up unused imports

* removed dashed lines on cuboids

* Moved projection lines to settings tab

* Fixed Cuboid shape buffer \

* Fix migrations (two 022 migrations after merge with the develop branch).

* Fix compatibility issues with auto segmentation.

* Grab points and update control scheme

* Greatly improved control scheme, fixed shape merging
Fixed Cuboid upload

* Fixed slight visual bug when dragging faces

* Some optimizations

* Hiding the grab point on creation
Small refactoring

* Fixed some cases where cuboid breaks

* Fixed upload for videos

* Removed perspective effects

* Made left back edge editable

* left back edge resizable

* fix statistics bug

* added toggles for the back edges

* Constraints for the back edges

* Fix creation bug

* Tightened creation constraints

* Fixing the code style

* updated message for invalid cuboids

* Code style

* More style fixes

* Codacy fixes

* added shift control for edges

* More Codacy fixes

* More Codacy fixes

* Double arrows for cursor

* Fix Drag bug

* More Codacy fixes

* Fix double quotes

* Fix camel case

* More camelcase fixes

* Generic object sink fixes

* Various codacy fixes

* Codacy

* Double quotes

* Fix migrations

* Updated shape creation
Fix jittering

* Adjusted constraints

* Codacy fixes

* Codacy fixes again

* Drawing cuboids from the top and bottom

* Codacy

* Resetting perspective on cuboids

* Choosing orientation of cuboids.

* Codacy fix

* Merge cleanup

* revert vs-code settings

* Update settings.json

Co-authored-by: timbowl <54648082+timbowl@users.noreply.github.com>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max 3ce1a6ffe9
Replace YOLO format support in CVAT with Datumaro (#1151)
* Employ transforms and item wrapper

* Add image class and tests

* Add image info support to formats

* Fix cli

* Fix merge and voc converte

* Update remote images extractor

* Codacy

* Remove item name, require path in Image

* Merge images of dataset items

* Update tests

* Add image dir converter

* Update Datumaro format

* Update COCO format with image info

* Update CVAT format with image info

* Update TFrecord format with image info

* Update VOC formar with image info

* Update YOLO format with image info

* Update dataset manager bindings with image info

* Add image name to id transform

* Replace YOLO export and import in CVAT with Datumaro
6 years ago
zhiltsov-max a376ee76fd
[Datumaro] Introduce image info (#1140)
* Employ transforms and item wrapper

* Add image class and tests

* Add image info support to formats

* Fix cli

* Fix merge and voc converte

* Update remote images extractor

* Codacy

* Remove item name, require path in Image

* Merge images of dataset items

* Update tests

* Add image dir converter

* Update Datumaro format

* Update COCO format with image info

* Update CVAT format with image info

* Update TFrecord format with image info

* Update VOC formar with image info

* Update YOLO format with image info

* Update dataset manager bindings with image info

* Add image name to id transform

* Fix coco export
6 years ago
zhiltsov-max c523420c57
Bump gitpython version (#1146) 6 years ago
Andrey Zhavoronkov fccccabe2b
updated CUDA to version 10 (#1138)
* updated CUDA to version 10

* updated tensorflow

* added comment about NVIDIA_REQUIRE_CUDA env varOF
6 years ago
dependabot[bot] 20ed049111
Bump django from 2.2.8 to 2.2.10 in /cvat/requirements (#1139)
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
zhiltsov-max 2848f1d14f
[Datumaro] Plugins and transforms (#1126)
* Fix model run command

* Rename annotation types, update class interfaces

* Fix random cvat format test fails

* Mask operations and dataset format fixes

* Update tests, extract format testing functions

* Add transform interface

* Implement plugin system

* Update tests with plugins

* Fix logging

* Add transfroms

* Update cvat integration
6 years ago
Jijoong Kim 7f8b96d4e8
Add extreme clicking feature to draw box by 4 points (#1111)
* Add extreme clicking feature to draw box by 4 points

* Add documentation for extreme clicking
6 years ago
Andrey Zhavoronkov e062c2309e
fixed dump of interpolation points object && statistics calculation (#1108) 6 years ago
LukeAI b918aeb224
Update base.py (#1099)
Modification necessary for using CVAT from remote machines when accessing with FQDNs
See https://github.com/opencv/cvat/issues/1011#issue-542817055
and https://github.com/opencv/cvat/pull/1098

"I believe the reason for this is that sometimes if the port number is :80 and the URL is not in the LAN (:port), but instead it is a Fully Qualified Domain Name (:port), the port 80 is redundant (mydomain.com:80) and the errors arise."
6 years ago
zhiltsov-max 93b3c091f5 [Datumaro] CLI updates + better documentation (#1057) 6 years ago
zhiltsov-max 604be63841 Update method call (#1085) 6 years ago
Nikita Manovich a5c3da1235
Cleanup Dockerfiles for CVAT (#1060)
* Replaced wget by curl

* Moved CI stuff into Dockerfile.ci

* Use docker-compose to run commnands inside docker (need environment variables)

* Added patool again (to support different archive formats)

* Roll back tensorflow version: 1.15 -> 1.13.1

Fixed https://github.com/opencv/cvat/issues/982
Fixed https://github.com/opencv/cvat/issues/1017

* datumaro install tensorflow 2.x now. It breaks automatic annotation
using TF.

* Follow redirects in curl (auto_segmentation)
6 years ago
Andrey Zhavoronkov 7cf755fd38 align serializer max length of attribute value with the model (#1074) 6 years ago
Josh Bradley cf876ad3e3 Fix typos in xml_format.md (#1069)
typo fixes
6 years ago
Boris Sekachev 25164fe8b6 Fixed: Uncaught TypeError: Cannot read property 'nodeValue' of undefined (#1068) 6 years ago
Boris Sekachev 43c5fd0088 Changed CharField(64) -> CharField(4096) for attribute value (#1048) 6 years ago
Boris Sekachev 67239b6148 Trim possible attribute values like attribute values setup by a user (#1044) 6 years ago
Nikita Manovich 4a13953d6d
Removed patool package with GPL license (it is not used) (#1045) 6 years ago
Radhika b62f8f30db Add info about auto segmentation to advanced topics of the installation guide (#1033) 6 years ago
provider161 563af24766 AWS deployment guide updated #1009 (#1031) 6 years ago
Christian 3908cb6024 Correct link to #automatic-annotation in README (#1029) 6 years ago
roho d89763c175 Update AWS-Deployment-Guide.md (#1019)
Fixed documentation typo for file extension
6 years ago
Boris Sekachev b6d2e45d23 Improved feature: common borders (#1016)
* Auto borders -> common borders, invisible when do not edit or draw, don't reset state

* Reset sticker after clicking outside
6 years ago
zhiltsov-max 4d730c756d Fix timezone bug (#1010) 6 years ago
TOsmanov 204503ed9d Updating the Task synchronization with a repository section of the CVAT User Guide (#1006) 6 years ago
TOsmanov c102e3455b Updating the Auto Annotation section of the CVAT User Guide (#996) 6 years ago
Boris Sekachev c407874a52 Fixed comparison of shapes (#1000) 6 years ago
Boris Sekachev f7df747cdf Automatic bordering feature during drawing/editing (#997) 6 years ago
Boris Sekachev c7052842a7 Fixed issue: Unknown shape type found (#998) 6 years ago
Boris Sekachev 2e8af445db Resolved performance bottleneck in merge function (#999) 6 years ago
zhiltsov-max 7c9043974b [Datumaro] Fix TFrecord converter constructor (#993) 6 years ago
TOsmanov 1890da2cc5 Updating the Model Manager section of the CVAT User Guide (#991) 6 years ago
vugia truong 458bd23222 Adding dump for VOC instance mask. (#859)
* Add mask instance dumper
* Fix bug
* Merge mask instance into mask
* Merge the change into mask
* Create MaskColorizer
* Add dump method
6 years ago
vugia truong 216416703a Fix label for mask rcnn (#980) 6 years ago
Nikita Manovich 8edfe0dcb4
Swagger documentation (#978)
* Fix swagger problems (exceptions, /api/swagger.json, /api/docs/)
6 years ago
TOsmanov 6584f7fb21 User Guide update (#953) 6 years ago
zhiltsov-max e9f1db00db Add polygon point count checks (#975) 6 years ago
Maya 4587afe09a Added documentation for swagger page (#936) 6 years ago
dependabot[bot] 4c72bc3fda Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements (#968)
* Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.3 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.3...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Update pip because tensorflow 1.15 cannot not be found.

* Fix a typo (pip -> pip3)

* Replaced pip3 by python3 -m pip.
6 years ago
Maksim Markelov 37c46e3bae Improve UX with creating new shape by shortkey (#941) 6 years ago
zhiltsov-max 0f5cf2064d [Datumaro] Added tf detection api tfrecord import and export (#894)
* Added tf detection api tfrecord import and export
* Added export button in dashboard
* Add tf to requirements
* Extend test
* Add tf dependency
* Require images in tfrecord export
* Add video task case handling
* Maintain image order in CVAT export
* Fix Task image id-path conversions
* Update tfrecord tests
* Extend image utilities
* Update tfrecord format
* Fix image loading bug
* Add some logs
* Add 'copy' option to project import command
* Reduce default cache size
6 years ago
Boris Sekachev fa8fd166b1 Updated contributing 6 years ago
Maksim Markelov f90a22f31b Remove deprecated html attributes (#924) 6 years ago
zhiltsov-max 5458de7464 [Datumaro] Add YOLO converter (#906)
* Add YOLO converter
* Added yolo extractor
* Added YOLO format test
* Add YOLO export in UI
6 years ago
Nikita Manovich c0f1854f79
Restore session id (#905)
* Restore session id when we use token authorization.
6 years ago
Boris Sekachev 72517557d3 Fixed some issues with dump (#904)
* Changed method for downloading annotations

* Initial commit

* Initial commit

* Updated download method for dataset

* fixed eslint error
6 years ago
Andrey Zhavoronkov f3a3f4c90a Az/fix meta requests (#903)
* fixed processing of meta requests
6 years ago
dependabot[bot] fec27ba10c Bump django from 2.2.4 to 2.2.8 in /cvat/requirements (#902)
Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.4...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Boris Sekachev 171a9202ed React & Antd: Dashboard migration (#892)
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Maksim Markelov dc7bfa9b12 Fix some spelling (#897) 6 years ago
Andrey Zhavoronkov 0e7845a1e6 set CORS_REPLACE_HTTPS_REFERER option to True (#895) 6 years ago
Nikita Manovich a71d4d4327 Token auth for non-REST API apps (#889)
* Token authorization for non REST API apps (e.g. git, tf annotation, tf segmentation)
6 years ago
Nikita Manovich 454eaf92c2
page_size parameter for all REST API methods (#884)
* Added page_size parameter for all REST API methods which returns list of objects.

Also it is possible to specify page_size=all to return all elements.

* Updated changelog.md
6 years ago
zhiltsov-max 0bab60b7a0 Add cvat cli to datumaro project export (#870) 6 years ago
zhiltsov-max 37589e4d58 Fix redirect (#878) 6 years ago
zhiltsov-max 394de98979 Add a dataset export button for tasks (#834)
* Add dataset export button for tasks in dashboard
* Fix downloading, shrink list of export formats
* Add strict export format check
* Add strict export format check
* Change REST api paths
* Move formats declarations to server,
6 years ago
Boris Sekachev 9f63686baf React & Antd UI: Model manager (#856)
* Supported git to create and sync
* Updated antd
* Updated icons
* Improved header
* Top bar for models & empty models list
* Removed one extra reducer and actions
* Removed one extra reducer and actions
* Crossplatform css
* Models reducers, some models actions, base for model list, imrovements
* Models list, ability to delete models
* Added ability to upload models
* Improved form, reinit models after create
* Removed some importants in css
* Model running dialog window, a lot of fixes
6 years ago
zhiltsov-max 74f720a3d2 Add dataset export facility (#813)
* Add datumaro django application
* Add cvat task datumaro bindings
* Add REST api for task export
* Add scheduler service
* Updated CHANGELOG.md
6 years ago
telenachos 3aa4abf8a7 Adding dump and load support for MOT CSV format. (#830)
* Adding dump and load support for MOT CSV format.
* Updated test cases to use correct track annotations for MOT format.
* Removed behaviour of MOT loader which would duplicate the last track
shape prior to setting outside=True.
6 years ago
zhiltsov-max 112bab173a Add LabelMe format support (#844)
* Add labelme export
* Add LabelMe import
* Add labelme format to readme
* Updated CHANGELOG.md
6 years ago
Boris Sekachev 3b6961f4db React & Antd UI: Create task (#840)
* Separated component user selector
* Change job assignee
* Basic create task window
* Bug fixes and refactoring
* Create task connected with a server
* Loading status for a button
* Reset loading on error response
* UI improvements
* Github/feedback/share window
6 years ago
zhiltsov-max 690ecf9c66 Add support for ip git repo urls (#827)
* Add support for ip v4 git repo urls
* Add tests for git urls
6 years ago
Andrey Zhavoronkov befe5efba0 Fix upload anno for COCO (#788)
* COCO: load bbox as rectangle if segmentation field is empty
* added unit test for coco format (case: object segment field is empty)
6 years ago
dependabot[bot] 7762dc00d2 Bump pillow from 5.1.0 to 6.2.0 in /cvat/requirements (#808)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.1.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Reza Malek d99140a0fb Auto segmentation using Mask_RCNN (#767) 6 years ago
Ben Hoff dfc33b5b37 added in semantic segmentation instructions to README (#804) 6 years ago
Andrey Zhavoronkov 05c52302f6 Annotation formats documentation (#719)
* added handling of truncated and difficult attributes for pascal voc
loader/dumper
added descriptions of supported annotation formats
* added YOLO example
* made match_frame as Annotations method
changed 'image/source_id' field TF feature from int64 to string
(according to TF OD API dataset utlis)
* updated README
improved match_frame function
* added unit tests for dump/load
6 years ago
Ben Hoff 3bc1df8ece Update documentation to point to OpenVino component documentation (#752) 6 years ago
Nikita Manovich f3be6ae500
Integration with Zenodo (#779)
* Updated CHANGELOG with information about Zenodo
* Updated version of the project.
6 years ago
Ben Hoff 2640e6c579 allow security segmentation models to be used in auto annotation (#759) 6 years ago
Boris Sekachev 695fc37924 User interface with react and antd (#755)
* Login page, router
* Registration
* Tasks view
6 years ago
Johannes222 197a36600a Disable fix_segments_intersections for now (#751)
* Disable fix_segments_intersections for now

When the bounding boxes had intersections and were exported with the COCO JSON format they were often cut off. I commented out the line with the function fix_segments_intersections and replaced it with lines of that function. This helped with the bounding boxes and keeps the masks as they are created with CVAT. It is probably inconvenient for the user to get something fixed in the export without an active agreement of the user. Secondly letting a function automatically fix segments could result in a bad fix.

* Use fix_segments_intersections only with z-order

The fix_segments_intersections will only be used when the z-order flag is set. This is useful for bounding boxes or masks which don't need to be fixed. This fix was created according to Andrey Zhavoronkov's (@azhavoro) advice.
6 years ago
Nikita Manovich f5c5624433
Basic user information (#761)
* Fix https://github.com/opencv/cvat/issues/750
* Updated CHANGELOG
* Added more tests for /api/v1/users* REST API.
6 years ago
Nikita Manovich ff1f6cfc5c
Projects (server only, REST API) (#754)
* Initial version of projects
* Added tests for Projects REST API.
* Added information about projects into CHANGELOG
6 years ago
Johannes222 b3d3ad24a9 COCO Annotation IDs should begin with 1 (#748)
Currently the annotation ID begins with 0 which is interpreted by cocoapi as a false detection. The array dtm saves the matches via the ground truth annotation ID. The variable dtm is initialized as an array of zeros. 636becdc73/PythonAPI/pycocotools/cocoeval.py (L269)
636becdc73/PythonAPI/pycocotools/cocoeval.py (L295)
636becdc73/PythonAPI/pycocotools/cocoeval.py (L375)
6 years ago
Nikita Manovich df4589b52e
Fix an issue with permissions (observer can change annotations) (#745)
* Fixed a problem with observer (check_object_permissions method was not called)
* Added a test case to cover issue #712.
6 years ago
Ben Hoff 8e7a75847e remove deprecated method call `from_ir` (#726) 6 years ago
Ben Hoff 91f77139ef added method docs to Auto Annotation inference.py (#725) 6 years ago
Nikita Manovich f537236e11
Fix the problem with duplicated frames in case of "share" (#735)
* Fix the problem with duplicated frames in case of "share".
* Fix a case when the code works incorrectly

/a/b/c
/a/b/c0

Previously only /a/b/c will be in output but should be both.
6 years ago
Nikita Manovich 1ec89b5f6a
Selecting non images leads to 400 error (#734)
* Fix HTTP 400 error if together with vision data the user submit non-vision data (e.g. text files)
* Ignore SVG images because Pillow doesn't work with them.
6 years ago
Boris Sekachev 8253b7155e Don't save shapes with keyframe==False 6 years ago
Nikita Manovich ba2b59c16f
Update README.md 7 years ago
Ben Hoff ec7096295b
Update README.md 7 years ago
Boris Sekachev c05c7aea8b Fixed labels regex for non-latin characters (#708) 7 years ago
Nikita Manovich 38cf6d4a56
Release 0.5 (#705)
* Changed version number (0, 5, 'final', 0).
* Updated changelog file.
* fixed default attribute values for tracked shapes (#703)
7 years ago
Nikita Manovich 8359db3580
cvat-ui in docker (serve using nginx) (#658) 7 years ago
Ben Hoff eaede02824 check if keys directory exists before making secret_key (#700) 7 years ago
Boris Sekachev 8f25bac0e7 Fixed save for case when a job has a shape and a track with the same id (#693)
* cvat-core fixed save for two object with the same id
* Added API test
* Fixed production code
* Dinamic shape types instead of hardcoded
7 years ago
Andrey Zhavoronkov 4fd966dacc dump group_id field for 'CVAT for images' format (#691) 7 years ago
Boris Sekachev 7ea84d1bc7 Fixed: no such table: allauth_socialaccount (#687) 7 years ago
Boris Sekachev da04c0bace Fixed update of a task via REST (#686)
* Fixed update of a task via REST

* Fixed unit tests
7 years ago
Andrey Zhavoronkov 191bf2761c fixed annotation ids, start category id from 1 (#680) 7 years ago
TOsmanov 5b3cf32732 CVAT documentation v5 (#662)
* Updated images & gifs
* Updated User's Guide
7 years ago
Boris Sekachev e15340d625 Different fixes for Release 0.5.0 Part 2 (#670)
* Fixed: Invalid labels parsing (#628)
* Updated changelog
* Improved error messages on a client side
* Updated changelog
* Fixed register
7 years ago
Boris Sekachev 0c33055311 Different fixes for Release 0.5.0 (#667) 7 years ago
Andrey Zhavoronkov fbae6bbdcb added settings for setup timezone (#661)
deleting shapes triggers setting updated date field as other
actions(create & update)
7 years ago
Naval Chand 7e76695465 Auto annotation (#660)
* Added missing import
* Added OPENVINO_TOOLKIT param in docker-compose.yml for auto annotation
7 years ago
Andrey Zhavoronkov fc2b9c94cc Az/fix no dump default attrs (#656)
* fill absent attributes by default values during annotation save
* fill absent attributes by default values during init from db
* fixed tests
* updated changelog, added some coments, minor fixes
7 years ago
Nikita Manovich e7bab87039
Auth for REST API (api/v1/auth/*) (#622)
* Added trivial login/logout/register
* Auth methods for REST API.

- api/v1/auth/login
- api/v1/auth/logout

For basic auth only:
- api/v1/auth/register
- api/v1/auth/password/*

* Add info about auth for REST API into CHANGELOG.md
* Add pylintrc for codacy, updated pylint and its dependecies.
* Add token authorization, renamed cvat.js to cvat-core in all places.
* Implemented register method in cvat-core
* Added first_name and last_name to RegisterSerializer.
7 years ago
Ben Hoff 97ed2aaa28 Separate inference method in order to break django dependency (#650) 7 years ago
Ben Hoff 1334efaaf6 added in ability to visually see auto_annotation command line runner (#647) 7 years ago
Ben Hoff 04a57c164a Correct odd spacing in auto annotation model manager (#648) 7 years ago
Artyom Zankevich b7609cae91 [NEW-UI]: Create and update task (#612)
- Create task
 - Update task
 - Upload annotations
 - Download annotations
7 years ago
Andrey Zhavoronkov 935d380d36 tfrecord format support (#644)
* added tfrecord loader/dumper
* add comment
* remove unused import
* used the latest version of tensorflow(1.12.3) which supports cuda 9.0
updated cudnn library
install tensorflow by default and replace it by tensorflow-gpu in case
of cuda support is enabled
* Updated changelog
7 years ago
Boris Sekachev 6cac464f46 Selectors for annotation formats (#636)
* Selectors for annotation format

* Handle default value

* Dinamic accepts for upload

* Removed extra code
7 years ago
Boris Sekachev 3a6a49625c Updated dump/upload in cvat-core (#635)
* Annotation formats from the server
* Fixed dump
* Added API tests
* Dashboard integration
7 years ago
Andrey Zhavoronkov bf61962195 PNG mask dumper (#633) 7 years ago
Andrey Zhavoronkov c2bf8eda01 Az/coco loader format support (#630)
* added coco dumper
* added license note
* added coco loader
7 years ago
Andrey Zhavoronkov 7467e298fd Az/coco format support (#623)
* added coco dumper

* added license note

* revert changes of launch.json

* fixed codacy issues

* fixed codacy issues
7 years ago
Andrey Zhavoronkov 098827568e Az/hotfix annotation app (#626)
* dump track attributes

* handle attributes correctly for uploaded annotation

* fixed codacy
7 years ago
Andrey Zhavoronkov 1454ec7ecc Az/yolo format support (#619)
* added yolo loader/dumper
* changed format_spec
* updated reamde, changelog
* Used bold font for default dump format
7 years ago
Andrey Zhavoronkov f17847ff33 Az/pascal voc loader (#613) 7 years ago
Andrey Zhavoronkov 5733423b13 Az/multiformat downloader (#551) 7 years ago
Boris Sekachev cad5ac8653 Updated cvat-core (#591)
* Two webpack configuration instead one

* Two webpack configuration instead one

* Setup webpack build

* Removed references window.cvat

* Removed window.cvat

* Stop frame, start frame, frame filter

* Updated save method

* Updated dashboard to create tasks with custom stopFrame/startFramre

* Fixed clientID

* Removed browser environment from nodejs

* Updated webpack.config.js

* Updated filename
7 years ago
Boris Sekachev 423510af00 Added encodeURIComponent for directory name in cvat.server.share() (#585) 7 years ago
Andrey Zhavoronkov 6d7a04086f fixed attribute processing in auto_annotation (#577) 7 years ago
Boris Sekachev d939b9c34a Fixed exception in attribute annotation mode (#571)
* Fixed bug Cannot read property 'current' of undefined at AAMModel.setupAttributeValue

* Updated changelog
7 years ago
Boris Sekachev 8fede3a6e6 CVAT.js API methods were implemented (#572)
* annotations.put()

* Fixed annotations.put()

* Dump & upload

* Two fixes

* Tested upload

* Updated built of cvat.js

* Remote files through cvat.js
7 years ago
Andrey Zhavoronkov a159826bf7 Handle invalid json labelmap file case correctly during create/update DL model stage. (#573)
* handle invalid json labelmap file case correctly on create/update DL model stage
* dummy_label_map -> dummy_labelmap
* renamed load_label_map function
* Update CHANGELOG.md
7 years ago
JADG14 e0b666ea9d Upgrade Numpy to avoid Arbitrary Code Execution. Upgrade Django to avoid MitM (#575) 7 years ago
Ben Hoff 3ae8a72028 added in handeling for openvino 2019 (#545) 7 years ago
Ben Hoff 6e1e063c04 added in command line auto annotation runner (#563) 7 years ago
Nikita Manovich 018cd143c3
Fixed PDF extractor syntax error (#565)
In docker container we use python 3.5 and f'{}' isn't available.
7 years ago
Ben Hoff ccbbf3393f added in pdf extractor (#557) 7 years ago
Andrey Zhavoronkov b48d59b5ec Ability to create custom extractors (#434)
* ability to add custom extractors
* added configurable mimetypes
* added a note to changelog
7 years ago
Ben Hoff 418cdbe146 added in ability for admins to import in code (#523)
Thanks for the contribution 👍 . I'm sure that many users of CVAT will benefit from the enhanced version of "automatic annotation".
7 years ago
Boris Sekachev 5290882259 Fixed authentification for cross origin (#528) 7 years ago
Andrey Zhavoronkov d1a3c12c9a removed six from requirements because CVAT doesn't have direct dependencies on it (#527) 7 years ago
Ben Hoff 41ee68f565 add in macos handeling for `auto_annotation` (#524) 7 years ago
Artyom Zankevich 9eabd1738e Add dashboard component (#521)
Allow CORS from `http://localhost:3000`
7 years ago
Nikita Manovich 23d7c33667
Fix security issues (#519)
CVE-2019-12308 More information

moderate severity
Vulnerable versions: >= 2.1.0, < 2.1.9
Patched version: 2.1.9
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.

WS-2019-0037 More information

moderate severity
Vulnerable versions: < 3.9.1
Patched version: 3.9.1
Django-Rest-Framework, before 3.9.1, has a XSS vulnerability caused by disabled autoescaping in the default DRF Browsable API view templates.
7 years ago
Ben Hoff f20698921e Advanced Auto Annotation Handling for Admins (#514) 7 years ago
zliang7 076562321e URLs as source data for a task (#483)
* Update CHANGELOG.md
7 years ago
Ben Hoff e9e1865cb7 allow multiple outputs for models (#518) 7 years ago
Andrey Zhavoronkov 029d6bff3d fixed auto_annotation for multijob tasks (#515)
* fixed auto_annotation for multijob tasks
* Added note to changelog
7 years ago
Boris Sekachev 923bcacd77 CVAT.js (part 1) (#463) 7 years ago
Ben Hoff 40fe468196 LabeledDataSerializer requires list, not string (#508) 7 years ago
Ben Hoff 0037502cf6 Static methods don't have a `self` variable (#507) 7 years ago
Boris Sekachev 074500de7b Fixed dump for case when task name has a slash (#503) 7 years ago
Nikita Manovich 293e8bf401
Merge branch 'develop' into hotfix-0.4.2 7 years ago
Boris Sekachev 6131f5117b Fixed interaction with the server share in the auto annotation plugin 7 years ago
zliang7 4298166403 Support frame selection when create from video (#437) 7 years ago
Eduardo 538b55a6ff video_name in dumped file for interpolation mode (#446)
* Add video source in dumped file for interpolation mode.
* remove trailing whitespace
7 years ago
Satoshi Oikawa 93ddf34e18 Fix failed python install of testing environment (#460) 7 years ago
Boris Sekachev 80e8a7bf22 Fixed: Cannot read property 'split' of undefined for interpolation points (#455) 7 years ago
Boris Sekachev 58e72a2986 Single-point interpolation (#453) 7 years ago
Nikita Manovich 8617aaf4da
Merge branch 'develop' into hotfix-0.4.1 7 years ago
Boris Sekachev e3cd297572 Fixed JS syntax for Google Chrome < 72 7 years ago
Nikita Manovich c4672db353 Add a link on user's guide. 7 years ago
Nikita Manovich 8be67bf116
Installation guide (#444)
* Initial version of install guide for Ubuntu 18.04
* Description how to create install CVAT on Windows + fix for Windows 3rdparty patch.
* Write instructions for Mac OS.
* Clean up for README.md
* Update CHANGELOG.
* Fix typos which were found on code review.
7 years ago
Boris Sekachev 89464d5312 Fixed annotation parser for tracks with a start frame less than the first segment frame (#442)
* Fixed annotation parser for tracks with a start frame < first segment frame
* Changelog
7 years ago
Boris Sekachev 85dc4e4afb Fixed incorrect width of shapes borders in some cases (#441)
* Fixed incorrect width of shapes in some cases
* More clarity description
7 years ago
Nikita Manovich 66140fdadd Critical fix for version number (build error) 7 years ago
Nikita Manovich 0d09353275 Updated version number and CHANGELOG.md 7 years ago
Nikita Manovich 0dd18e946c Update version for CVAT release. 7 years ago
Nikita Manovich e5b85b1724
cvat user guide v0.4.0 (#438) 7 years ago
Andrey Zhavoronkov c94e141115 use proper response code for exception api (201 instead 200) (#435) 7 years ago
Boris Sekachev 14d05d78c9 Fixed filter: * instead of labels and relational operators (#428) 7 years ago
Andrey Zhavoronkov 28d6439af7 don't generate additional log messages in case of send exception request was failed with 0 status (#426) 7 years ago
Boris Sekachev 10c80610c9 Fixed keys in git push (#423) 7 years ago
Boris Sekachev 6363d742fa Fixed filter for special characters (#422) 7 years ago
Nikita Manovich ae6a4891e3
RESTful API (#389) 7 years ago
Boris Sekachev 7ed31cac0e OpenVINOR5 (#400) 7 years ago