Convert Cityscapes to COCO format: How to convert to other classes (ex: traffic light)
Author: MarceloContrerasCreated Oct 25, 2022Updated Apr 10, 2023
Has somebody successfully converted cityscapes dataset filtering classes such as traffic lights, poles, etc? Indeed, I did the change of desired classes in _category_instancesonly_ and also commented on the invalid contour warning. However, even if I did that, I still get .json output files with 0 annotations after loading all the images.
Source: facebookresearch/Detectron