YOLO-Multi-Backbones-Attention icon indicating copy to clipboard operation
YOLO-Multi-Backbones-Attention copied to clipboard

train.py

Open gzw820 opened this issue 3 years ago • 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?

gzw820 avatar Apr 27 '21 09:04 gzw820

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

gzw820 avatar Apr 27 '21 09:04 gzw820