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

resuming training #164

Closed haviduck closed 4 years ago

haviduck commented 4 years ago

Hey, Im starting training like this: darknet.exe detector train data/obj.data yolov3.cfg darknet53.conv.74

when im resuming whats the correct way of resuming WITH the conv.74 file? darknet.exe detector train data/obj.data yolov3.cfg darknet53.conv.74 backup/yolov3_9000.weights -map ?

haviduck commented 4 years ago

Sorry, wrong repo