54 Commits (311074423d1cd5262e0856eee1ab0c03c3d97f4b)

Author SHA1 Message Date
Andrey Zhavoronkov 3caae98b5b
fixed linter issues and store credentials cookie in the session object (#1526)
* fixed issues

* fixed issues and stored credentials cookies inside the session

* fixed tests
6 years ago
zhiltsov-max 5ab549956f
Merge annotations and dataset_manager apps (#1352) 6 years ago
Andrey Zhavoronkov f4ae611392
Remove deprecated utils (#1477)
* removed deprecated convert scripts

* updated changelog
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
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
zhiltsov-max 93b3c091f5 [Datumaro] CLI updates + better documentation (#1057) 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
Ben Hoff 7e41893a45 pass in model name and task id to run auto annotation script (#934) 6 years ago
Seungwon Jeong ab6303f033 Add test code for cli upload function (#986) 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
dependabot[bot] 2ec4b32a59 Bump tensorflow from 1.13.1 to 1.15.0 in /utils/tfrecords (#967)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Ben Hoff 01dd0715e2 added in label visualization to auto annotation runner (#931) 6 years ago
Seungwon Jeong a716355cdc Add upload annotation function to cli (#958)
* add upload annotation function to cli

* Update core.py

Removing whitespace
6 years ago
Nikita Manovich a2a03d2bd5
implemented adas semantic segmentation (#890) 6 years ago
himalayanZephyr 1af9105bb1 Yolov3 interpretration script fix for 'Annotation failed' and changes to mapping.json (#896) (#912) 6 years ago
Ben Hoff 36c3e2c4d9 implemented adas semantic segmentation 6 years ago
a-andre 76c0af2d66 VOC converter: Use depth from CVAT XML if available (#885) 6 years ago
Ben Hoff 73e5327bad Mit license for pixellink and changelog (#862) 6 years ago
Ben Hoff 98e851a21e added in new interp files for pixel link v0004 (#852) 6 years ago
Ben Hoff 51cfab1a9e fix serialize bug when using AutoAnnotation runner (#810) 6 years ago
dependabot[bot] 111626d1c8 Bump pillow from 5.3.0 to 6.2.0 in /utils/cli (#807)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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.3.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Ben Hoff 310e208229 Fix Yolo: swap width, height; Change box coord order; parsing fix (#802) 6 years ago
Ben Hoff 6df3f5397e fix off by one error in mask rcnn (#801) 6 years ago
Ben Hoff a0f083d274 added in yolo auto annotation sciprt (#794) 6 years ago
Ben Hoff a435b410ed added mask RCNN script (#780) 6 years ago
Ben Hoff e9e52f35cb add in serializing check in auto annotation model runner (#770) 6 years ago
Boris Sekachev 695fc37924 User interface with react and antd (#755)
* Login page, router
* Registration
* Tasks view
6 years ago
Ben Hoff a18fb6d6ec add robust JSON handeling for auto annotation runner (#758) 6 years ago
telenachos a18e83bafe Updating string format for case missed in PR #746. (#757) 6 years ago
Nikita Manovich 73bab7bea6
Slightly enhance command line interface feature (#746)
* Slightly enhance command line interface feature.
Added README.md, run tests using travis, run CLI tests from VS code.
* Removed formatted string due to a limitation on our python version inside the container.
* Add information about command line interface to the main page.
6 years ago
telenachos db19cbfe4b New command line tool for working with tasks (#732)
* Adding new command line tool for performing common task related
operations (create, list, delete, etc.)
* Replaced @exception decorator with try/except in main()
* Replaced optional --name with positional name and removed default
* Added license text to files
* Added django units to cover future API changes
* Refactored into submodules to better support tests
6 years ago
Andrey Zhavoronkov 553731ed70 fixed label order (#669) 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
mfurkancoskun a2f1824c0d TypeError Fix (#596)
Fixed: TypeError while using XML to YOLO converter #595
7 years ago
JADG14 e0b666ea9d Upgrade Numpy to avoid Arbitrary Code Execution. Upgrade Django to avoid MitM (#575) 7 years ago
Ben Hoff 6e1e063c04 added in command line auto annotation runner (#563) 7 years ago
Dustin Dorroh 5104cc08c1 Fixed '=' to '==' for numpy in requirments (#556) 7 years ago
Nikita Manovich bbdf014442
Fix mask/converter.py to show correctly background color. (#547) 7 years ago
Ben Hoff 08d7d8c130 Fixed Pixel Link interp file API issues (#544) 7 years ago
Nikita Manovich b1890cdf91
Updated CHANGELOG.md + requirements for one of util scripts. (#543) 7 years ago
Ben Hoff c417c9aed8 Detects oriented text for auto annotation (#532) 7 years ago
Ben Hoff cd5d43136d Faster R-CNN with Inception v2 for auto annotation (#541) 7 years ago
Rafael Kazuo Sato Simião a3116488b8 YOLO adapted version of PASCAL VOC converter.py (#454) 7 years ago
DmitriySidnev 3d52311dfa Feature: merge annotations (#322)
* Add script to merge annotations

* Fixes in merge_annotation script
7 years ago
DmitriySidnev 21de4cf7b3 Reimplement logic of getting labels in coco converter (#319)
* Reimplement logic of getting labels in coco converter

* Fixes in converter
7 years ago
DmitriySidnev e96d4fdab4 Filter too small segments in coco converter (#321)
* Add filtering of small segments

* Add polygon-area-threshold command line argument
7 years ago
idriss 32c3269a0e add a converter to tfrecords to cvat/utils (#368) 7 years ago
jrjbertram cc55c30794 log ffmpeg command line & export interpolation to VOC (#312) 7 years ago
DmitriySidnev 0dcf211d0c Fix image id type to int in coco converter (#301) 7 years ago