23 Commits (9e67bcb53c4f434c636a90f80f49294088dda6bd)

Author SHA1 Message Date
Anastasia Yasakova 9e67bcb53c
Update Datumaro version (#4984) 3 years ago
Boris Sekachev 7e20b279af
Added support of skeletons (#1) 4 years ago
Boris Sekachev 4f1a778d22
Fixed Intel license headers (#119) 4 years ago
Boris Sekachev f960da9117
Added ability to delete frames (#10)
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com>
Co-authored-by: Boris Sekachev <b.sekachev@yandex.ru>
4 years ago
Boris Sekachev b85a4ad77c
Added support of ellipses (#4062) 4 years ago
Dmitry Kalinin 579bfb38c3
Project import simple implementation (#3790) 4 years ago
Boris Sekachev 7bab58e1a6
Added rotated bounding boxes (#3832)
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
4 years ago
Dmitry Kalinin f18b1cb82d
Project: export as a dataset (#3365) 5 years ago
kirill.sizov aad580b9e0 add image path in load annotations for cvat format 5 years ago
kirill.sizov cbcb62048a fix incorrect solution 5 years ago
Maxim Zhiltsov 9b62b71ab1
Update CVAT formats to use changes in Datumaro API (#2794)
* update cvat formats to use datumaro changes

* Update datumaro dependency

* Add comments on datumaro install in requirements

* fix linter

* Fix test

* fix linter

* Update datumaro version to 0.1.6.1
5 years ago
Maxim Zhiltsov 473554bd59
Update Datumaro installation (#2715)
* Update datumaro installation

* Update dm usage

* add no-binary to force setup.py invocation
5 years ago
Vitaliy Nishukov 00f6486f80
Z-Order flag in creation task process (#2294)
* Z-Order flag in creation task process has been removed
5 years ago
Maxim Zhiltsov 84b8a85a20
Raw image copying in dataset export (#2229)
* Raw image copying in dataset export

* use byteimage

* use opencv, swith frame data type for videos

* Fix image reading

* update dm dependency
5 years ago
Maxim Zhiltsov 0933ee2362
Fix CVAT format import for frame stepped tasks (#2151)
* Fix cvat format import with frame step

* update changelog
6 years ago
Maxim Zhiltsov 8cbe3956a3
Fix cvat format (#2071) 6 years ago
Maxim Zhiltsov ae6ec40135
Image copying in CVAT format (#2091) 6 years ago
Priya4607 6a1e7af5c5
Display of Annotation Type (#1192) 6 years ago
Mathis Chenuet 4aa14e74dc
Match image by name (instead of id) on CVAT upload (#1807)
* Match image by name (instead of id) on CVAT upload

* Use match_dm_item
6 years ago
zhiltsov-max 2044d35566
Add directory check on image save (#1636)
* Add directory check on image save

* Add tests

* change exception type

* update test
6 years ago
zhiltsov-max fb380d9855
Include empty images in exported annotations (#1479) 6 years ago
zhiltsov-max 5ab549956f
Merge annotations and dataset_manager apps (#1352) 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