yolov3 icon indicating copy to clipboard operation
yolov3 copied to clipboard

train on my custom network

Open May-forever opened this issue 6 years ago • 0 comments

Hi erikguo,

I have installed all the environment package, and I want to train my custom network using my custom dataset. However, when I input the following command, an error occur:

Command: python train.py --cfg cfg/A.cfg --data data/obj.data --weights weights/A.conv.66

1

It seems that not enough values to unpack(expected 2, got 1), I don't know what it mean, What should I do now?

May-forever avatar Oct 16 '19 13:10 May-forever