PASCAL VOC Format

I am using the CVAT website for labelling my images. My problem is when use CVAT I download my labels in the format Pascal VOC the system only gives me Annotations and the ImageSets folder. When I check the ImageSets folder it is not in the same format as the jetson-inference’s pascal VOC format. Can someone help me?

This is the CVAT Website’s pascalVOC format.Is there hundred types of Pascal VOC format?

/your_dataset
/Annotations
/ImageSets
/Action
/Layout
/Main
background_default.txt
default.txt
Mask_default.txt
Nomask_default.txt
/Segmentation
/labelmap.txt

Hi,

The required ImageSets and Annotations folders are created by CVAT already.
Please also create the labels.txt for all of your class manually.

https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md#collecting-your-own-detection-datasets

note: if you want to label a set of images that you already have (as opposed to capturing them from camera), try using a tool like CVAT and export the dataset in Pascal VOC format. Then create a labels.txt in the dataset with the names of each of your object classes.

Thanks.

1 Like