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

Augmentation #159

Closed Snugits closed 4 years ago

Snugits commented 4 years ago

Hello Is there augmentation possibility? I mean first step make labeling of all objects and then make augmentation all images and no need re-label new images

fogx commented 4 years ago

augmentation is done by yolo during training. you can set the augmentation parameters beforehand

Snugits commented 4 years ago

Cool. Thank you