Open claudio9russo7 opened 1 year ago
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
any solution ? I encounter this problem too .
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