labelme2coco
labelme2coco copied to clipboard
Why do you separate categories splitting by '_'?
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.