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
zhiltsov-max
c523420c57
Bump gitpython version ( #1146 )
6 years ago
zhiltsov-max
29d65b0cda
Fix tensorflow installation ( #1129 )
...
* Make tf dependency optional
* Reduce opencv dependency
* Import tf eagerly as it is a plugin
* Do not install TF with Datumaro
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
zhiltsov-max
e0bcc4652b
[Datumaro] Instance polygon-mask conversions in COCO format ( #1008 )
...
* Microoptimizations
* Mask conversion functions
* Add mask-polygon conversions
* Add mask-polygon conversions in coco
* Add mask-polygon conversions in coco
* Update requirements
* Option to disable crop
* Fix cli parameter passing
* Fix test
* Fixes in COCO
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
zhiltsov-max
59df0dfabc
[Datumaro] Pip installation ( #881 )
...
* Add version file
* Remove unnecessary dependencies
* Add lxml use motivation
* Add pip setup script
* Reduce opencv dependency
* Fix cli command
* Codacy
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