Open NotsOverflow opened 5 years ago
$> optirun ./darknet detector train ffolder/fvoc.data ffolder/f-tiny3.cfg f-tiny3_final.weights
f-tiny3
layer filters size input output
0 conv 16 3 x 3 / 1 416 x 416 x 3 -> 416 x 416 x 16 0.150 BF
....
Loading weights from f-tiny3_final.weights...
seen 64
Done!
Learning Rate: 0.001, Momentum: 0.9, Decay: 0.0005
If error occurs - run training with flag: -dont_show
Saving weights to /home/user/Documents/alt_darknet/backup/f-tiny3_final.weights
It's not able to resume training from saved one or the yolov3-tiny pretrained one.
You must increase max_batches=
in your cfg-file. Or use -clear
flag.
It's not able to resume training from saved one or the yolov3-tiny pretrained one.
It should be able to use yolov3-tiny.conv.15
pre-trained weights without any changes: https://github.com/AlexeyAB/darknet#how-to-train-tiny-yolo-to-detect-your-custom-objects
Worked like a charm, Thanks @AlexeyAB :)
The Problem
Training a specific model using yolov3-tiny.cfg
The data is 1 class, the configuration and VOC data-set have been corrected accordingly.
It's not able to resume training from saved one or the yolov3-tiny pretrained one.
Yet It can resume from darknet53.conv.74
Some Infos
It's compiled with the following options :
Last output from training:
Output from trying to resume