Darknet: Is there a pretrain model provided for YOLOV3-tiny ?

Created on 12 Sep 2018  ·  2Comments  ·  Source: pjreddie/darknet

I have trained my data on yoloV3-tiny but it does not perform well.So If author has a pre-training model like darknet 53? Thank you very much!

Most helpful comment

You can get pre-trained weights file yolov3-tiny.conv.15 for yolov3-tiny.cfg by using this command:

./darknet partial cfg/yolov3-tiny.cfg yolov3-tiny.weights yolov3-tiny.conv.15 15

More: https://github.com/AlexeyAB/darknet/blob/57e878b4f9512cf9995ff6b5cd6e0d7dc1da9eaf/build/darknet/x64/partial.cmd#L24

All 2 comments

You can get pre-trained weights file yolov3-tiny.conv.15 for yolov3-tiny.cfg by using this command:

./darknet partial cfg/yolov3-tiny.cfg yolov3-tiny.weights yolov3-tiny.conv.15 15

More: https://github.com/AlexeyAB/darknet/blob/57e878b4f9512cf9995ff6b5cd6e0d7dc1da9eaf/build/darknet/x64/partial.cmd#L24

@AlexeyAB Thanks very much!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spaul13 picture spaul13  ·  3Comments

job2003 picture job2003  ·  3Comments

AaronYKing picture AaronYKing  ·  3Comments

gpsmit picture gpsmit  ·  3Comments

MaverickLoneshark picture MaverickLoneshark  ·  3Comments