yolov3
yolov3 copied to clipboard
train on my custom network
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

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