HaloTrouvaille/YOLO-Multi-Backbones-Attention

train.py

gzw820 opened this issue · 1 comments

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?

python3 train.py --data data/visdrone.data --batch-size 16 --cfg cfg/ghostnet-yolov3-visdrone.cfg --img-size 640
This is my command.