datumaro icon indicating copy to clipboard operation
datumaro copied to clipboard

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.

Results 122 datumaro issues
Sort by recently updated
recently updated
newest added

Currently, our implementation of RISE algorithm works only with OpenVINO plugin and requires a custom model output parsing script from user. The algorithm works, but it is hard to use....

ENHANCE

Vision datasets often include 3d data - it can be lidar, MRI, landscape, buildings and models. It would be nice is Datumaro could handle such datasets. Examples: BRATS, KITTI, ObjectNet3D,...

enhancement

When there is a dataset, it is often important to be able to check its quality. There are few way to check it: - compare annotations against a specification. Find...

ENHANCE
good first issue

I've converted the voc data to coco format for segmentation task and tried to train OTE instance segmentation models with the data. ``` voc.export(out_path, "coco", save_images=True, reindex=True) ``` However, OTE...

I've tried to `get_bbox` of Mask with an image below. ``` Mask(image = [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 1, 1, 1 ], [ 0,...

BUG

I use CVAT video 1.1 annotation format, and I want to change the label name. I modified the example from the documentation, but I lose some attributes like: - track...

ENHANCE
good first issue

### Summary - Added ability to parse masks with holes into polygons - Added support of holes in polygons TBD: - [ ] Update polygon/mask use in formats ### How...

Extend existing documentation with format implementation guidelines, cover such topics as: - Requirements - Error handling - Allowed deviations from the spec / original files - Task-specific dataset representations and...

DOC

Requirements: - more dedicated support of track annotations - ReID annotations - images as annotations (image-to-image tasks - super resolution, style transfer, image generation, etc.) - (depth-)field annotations (distance prediction...

ENHANCE
api
data formats