cvdata icon indicating copy to clipboard operation
cvdata copied to clipboard

Tools for creating and manipulating computer vision datasets

Results 20 cvdata issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great repo. I have a kitti label file like: > closedsign 0.0 0 -1 403 0 460 22 -1 -1 -1 -1 -1 -1 -1 >...

How to replicate original bug on Colab: ``` %%bash wget http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar tar xf VOCtrainval_11-May-2012.tar ``` ``` unconverted_train_image_folder = "VOCdevkit/VOC2012/JPEGImages/" unconverted_train_annot_folder = "VOCdevkit/VOC2012/Annotations/" train_image_folder = 'data/train/image/' train_annot_folder = 'data/train/annotation/' ``` ```...

Would you add python3.8 support? do you think there is any limitation? do you need someone to test it?

Hi, I have converted two images and two xmls to 416 x 208 size. Now I want to combine two images into one , so it will be one image...

Hi, Thank you for writing this very useful piece of code. I have been trying to convert Kitty annotations to Darknet ones, and I'm having an issue with it. this...

- [ ] conversion of Darknet (YOLO) to/from COCO - [ ] conversion of PASCAL to/from COCO - [ ] conversion of TFRecord to/from COCO - [ ] conversion of...

enhancement

For configuring the training of some TensorFlow SSD models it's necessary to know the number of examples in the evaluation dataset. In order to come up with this number, we...

enhancement

Add the ability to relabel Darknet (YOLO) annotation files. This is essentially a matter of replacing the label index, which is the first field in the annotation lines of the...

enhancement

Use the [Codecov analysis](https://codecov.io/gh/monocongo/cvdata/branches) to locate areas where increased coverage is possible and add more test cases into the test suite to improve the score (above 90% is ideal).

The `openimages` module currently only supports getting object detection annotations with bounding boxes. Add the ability to also pull a dataset including object segmentation annotations.

enhancement