PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
not enough values to unpack (expected 2, got 1)
python3 train.py --data_config config/yolov3-tiny.cfg --pretrained_weights weights/yolov3-tiny.weights
Traceback (most recent call last):
File "train.py", line 50, in
Check your config file. If you have lines commented with ; semicolon just replaced them with #
data_config should be coco.data and not yolov3-tiny.cfg