Open Rezam1998 opened 2 years ago
How can I convert the coco polygon dataset to the yolo polygon dataset?
You can find the solution here : https://github.com/WongKinYiu/yolov7/issues/795#issuecomment-1248941687
But what I want, is exactly the reverse progress, I want to create polygon label from yolo annotated label.
We can not convert box to polygon.
We can not convert box to polygon.
Thank you @WongKinYiu for your reply. it seems I have to label my dataset from scratch.
Hello everyone, I have a custom dataset with 3000 images and YOLO bbox label format. But now I need to do instance segmentation task on it. Is there any tool to create segmentation label for this large dataset? Thank you.