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.81k stars 682 forks source link

Labeling Phase: Important .cfg parameters? #31

Open SJRogue opened 6 years ago

SJRogue commented 6 years ago

Hello Alexey,

What are the important and less important parameters in the labeling phase from the .cfg file?

Or does yolo_mark not use the .cfg file? I am tihnking the [net] width and height, but yolo_mark looks at data/obj.data and data/obj.names, data/train.txt..

Must the .cfg file in this phase already be the same as training phase (and detection phase)?

AlexeyAB commented 6 years ago

Yolo-mark does not use cfg-file. These labels can be used for any cfg-file and for any model.

SJRogue commented 6 years ago

Oops. Thank you