You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhiltsov-max b36f402f9c
[Datumaro] Add masks to tfrecord format (#1156)
* 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

* Add masks support for tfrecord

* Refactor coco

* Fix comparison

* Remove dead code

* Extract common code for instances
6 years ago
..
__init__.py Add dataset export facility (#813) 6 years ago
test_RISE.py Fix tensorflow installation (#1129) 6 years ago
test_coco_format.py [Datumaro] Introduce image info (#1140) 6 years ago
test_command_targets.py Fix tensorflow installation (#1129) 6 years ago
test_cvat_format.py [Datumaro] Introduce image info (#1140) 6 years ago
test_datumaro_format.py [Datumaro] Introduce image info (#1140) 6 years ago
test_diff.py [Datumaro] Plugins and transforms (#1126) 6 years ago
test_image.py [Datumaro] Introduce image info (#1140) 6 years ago
test_image_dir_format.py [Datumaro] Introduce image info (#1140) 6 years ago
test_images.py [Datumaro] Introduce image info (#1140) 6 years ago
test_masks.py [Datumaro] Introduce image info (#1140) 6 years ago
test_project.py [Datumaro] Introduce image info (#1140) 6 years ago
test_tfrecord_format.py [Datumaro] Add masks to tfrecord format (#1156) 6 years ago
test_transforms.py [Datumaro] Add masks to tfrecord format (#1156) 6 years ago
test_voc_format.py [Datumaro] Introduce image info (#1140) 6 years ago
test_yolo_format.py [Datumaro] Introduce image info (#1140) 6 years ago