labelme2coco icon indicating copy to clipboard operation
labelme2coco copied to clipboard

Why do you separate categories splitting by '_'?

Open marcoruizrueda opened this issue 5 years ago • 0 comments

Line 35 of the labelme2coco.py file has this line: label = shapes["label"].split("_") Is there any restriction in COCO format for using '_' in a category?. What about if I have these two categories: tab_cut_left and tab_cut_rigth? Thanks.

marcoruizrueda avatar Oct 05 '19 18:10 marcoruizrueda