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

When I try to infer an image with a model included in the project using the command 'explain', I get the error : **AttributeError: 'Tree' object has no attribute 'models'**...

Hey everybody, I was wondering if there is a way to sample from a specific label. My situation is that I have a dataset where one class is heavily over...

ENHANCE

Hi, First of all, thank you for this amazing dataset management framework! I was wondering how I could delete a class from my dataset. I have two empty classes in...

I would like to convert a dataset imported as coco detection or cvat to panoptic coco format by setting specified colormap for masks. I used the following code snippet for...

The message which appears after i install the package is: ``` import datumaro.components.annotation as dm_ann ModuleNotFoundError: No module named 'datumaro.components'; 'datumaro' is not a package ``` I created this little...

I would like to know, if its possible to change a file of the source code to avoid this error: ValueError: invalid literal for int() with base 10: '164.12' I...

### Summary - Added dataset mangling function (changing id, image, labels, bounding boxes, masks) - Added more real datasets for Cityscapes, MNIST and WiderFace (there are 20 items in each...

- [x] OpenImages (#274) - [x] VoTT (#573) - [x] CelebA (#484) - [x] SYNTHIA (#532) - [ ] Veri776 (re-indefication) - [x] CIFAR (#225) - [x] MNIST (#234) -...

ENHANCE
good first issue
data formats

### Summary Currently, Datumaro rounds spatial annotation coordinates to 2 decimal digits. There are few reasons for this: - typically we don't need higher precision even for large images -...