Darknet: How to obtain pre-trained weight for tiny yolo v3?

Created on 16 May 2018  路  3Comments  路  Source: AlexeyAB/darknet

I saw this command is for yolo v2:
darknet.exe partial cfg/yolov2-tiny-voc.cfg yolov2-tiny-voc.weights yolov2-tiny-voc.conv.13 13
But I want to train my own dataset on yolo v3. What is the command to obtain a partial weight for it?
Here's the file I downloaded: https://pjreddie.com/media/files/yolov3-tiny.weights

Also another question:
In the yolo tiny cfg file:

[net]
# Testing
batch=1
subdivisions=1
# Training
# batch=64
# subdivisions=2
width=416
height=416

If I want to train it, I need to uncomment batch=64 and subdivision=2 right?

Solved

Most helpful comment

All 3 comments

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PROGRAMMINGENGINEER-NIKI picture PROGRAMMINGENGINEER-NIKI  路  3Comments

zihaozhang9 picture zihaozhang9  路  3Comments

kebundsc picture kebundsc  路  3Comments

HilmiK picture HilmiK  路  3Comments

louisondumont picture louisondumont  路  3Comments