COCO JSON
to
Multiclass Classification CSV
Sometimes, object detection is overkill for a problem. Classification may be all you need. With Roboflow it's easy to test it out and see. You can import, export, and train, any dataset as multiclass classification to drop the bounding box information and just get a CSV containing the names of the classes contained in each image.
filename, head, helmet, person
000001.jpg, 0, 1, 0
000007.jpg, 0, 1, 0
000012.jpg, 0, 1, 0
000013.jpg, 0, 1, 0
000014.jpg, 0, 1, 0
000016.jpg, 0, 1, 0
000017.jpg, 0, 1, 0
000018.jpg, 0, 1, 0
000019.jpg, 1, 0, 0