train.py
gzw820 opened this issue · 1 comments
gzw820 commented
Traceback (most recent call last):
File "train.py", line 467, in
opt.cfg = list(glob.iglob('./**/' + opt.cfg, recursive=True))[0] # find file
IndexError: list index out of range
Why?
gzw820 commented
python3 train.py --data data/visdrone.data --batch-size 16 --cfg cfg/ghostnet-yolov3-visdrone.cfg --img-size 640
This is my command.