Traceback (most recent call last):
File "D:\PycharmProjects\SuperYOLO\train.py", line 673, in
train(hyp, opt, device, tb_writer)
File "D:\PycharmProjects\SuperYOLO\train.py", line 104, in train
check_dataset(data_dict) # check
File "D:\PycharmProjects\SuperYOLO\utils\general.py", line 167, in check_dataset
raise Exception('Dataset not found.')
Exception: Dataset not found.
WARNING: Dataset not found, nonexistent paths: ['D:\home\data\zhangjiaqing\dataset\VEDAI\fold01test_write.txt']
我改了transform.py里的PATH 路径 但训练的时候报了这个错误:
Traceback (most recent call last): File "D:\PycharmProjects\SuperYOLO\train.py", line 673, in
train(hyp, opt, device, tb_writer)
File "D:\PycharmProjects\SuperYOLO\train.py", line 104, in train
check_dataset(data_dict) # check
File "D:\PycharmProjects\SuperYOLO\utils\general.py", line 167, in check_dataset
raise Exception('Dataset not found.')
Exception: Dataset not found.
WARNING: Dataset not found, nonexistent paths: ['D:\home\data\zhangjiaqing\dataset\VEDAI\fold01test_write.txt']
请问还要在哪里修改数据集的路径