train: Scanning 'D:\SuperYOLO-main\dataset\VEDAI_1024\images.cache' for images and labels... 0 found, 1089 missing, 0 empty, 0 corrupted: 100%|██████████| 1089/1089 [00:00<?, ?it/s]
Traceback (most recent call last):
File "D:/SuperYOLO-main/train.py", line 673, in
train(hyp, opt, device, tb_writer)
File "D:/SuperYOLO-main/train.py", line 216, in train
image_weights=opt.image_weights, quad=opt.quad, prefix=colorstr('train: '))
File "D:\SuperYOLO-main\utils\datasets.py", line 101, in create_dataloader_sr
prefix=prefix)
File "D:\SuperYOLO-main\utils\datasets.py", line 701, in init
assert nf > 0 or not augment, f'{prefix}No labels in {cache_path}. Can not train without labels. See {help_url}'
AssertionError: train: No labels in D:\SuperYOLO-main\dataset\VEDAI_1024\images.cache. Can not train without labels. See https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data
train: Scanning 'D:\SuperYOLO-main\dataset\VEDAI_1024\images.cache' for images and labels... 0 found, 1089 missing, 0 empty, 0 corrupted: 100%|██████████| 1089/1089 [00:00<?, ?it/s] Traceback (most recent call last): File "D:/SuperYOLO-main/train.py", line 673, in
train(hyp, opt, device, tb_writer)
File "D:/SuperYOLO-main/train.py", line 216, in train
image_weights=opt.image_weights, quad=opt.quad, prefix=colorstr('train: '))
File "D:\SuperYOLO-main\utils\datasets.py", line 101, in create_dataloader_sr
prefix=prefix)
File "D:\SuperYOLO-main\utils\datasets.py", line 701, in init
assert nf > 0 or not augment, f'{prefix}No labels in {cache_path}. Can not train without labels. See {help_url}'
AssertionError: train: No labels in D:\SuperYOLO-main\dataset\VEDAI_1024\images.cache. Can not train without labels. See https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data