You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: