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
Hi, if you have a request I can work on it. What is the reason you want to do this? Do you want to convert it to Coco segmentation or do something else with it? I want to understand your total use case
Yes, the idea is to use yolo to make a partial annotation of images than convert to COCO to make possible the upload on different annotation tool and finish the task
The error ValueError: too many values to unpack (expected 5) typically occurs when reading YOLO annotations where you expect five values per line (e.g., class_id, center_x, center_y, width, height), but there are more than five values present in your YOLOv9 instance segmentation format. This might happen if your annotations contain additional polygon points for segmentation.
Hello, i was trying to import a yolo dataset with segmentation as annotation but i get error. Is planned this feature?
Thanks
The text was updated successfully, but these errors were encountered: