AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

Annotation Types ? #186

Open tuncyanik opened 4 years ago

tuncyanik commented 4 years ago

Hello, Im wondering about what kind of annotation types can i use ? i will show you an example. https://prnt.sc/sw4mlk This is my image. So i need to do like this.. How can i do ? i researched but i see that just bbox annotation type.. How can i do this ? I think segmentation is okey for me but how can i convert segmentation format to yolo format ? Thanks.