Hello. Thank you for sharing your awesome research.
I am trying to train the coco2017 dataset on yolov3-spp.
But the error came out:
File "C:\Users\Pruned-OpenVINO-YOLO\Pruneyolov3v4\utils\datasets.py", line 275, in init
raise Exception('Error loading data from %s. See %s' % (path, help_url))
Exception: Error loading data from ..\coco\train2017.txt. See https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data
The organization of my directory is mainly shown as follow which is the same as the url mentioned in message.Could you give me some information about it? Thank you!!
├─cfg
├─data
│ ├─coco
│ │ ├─annotations
│ │ ├─images
│ │ │ └─train2017
│ │ └─labels
│ │ ├─train2017
│ │ └─val2017
Hello. Thank you for sharing your awesome research.
I am trying to train the coco2017 dataset on yolov3-spp. But the error came out: File "C:\Users\Pruned-OpenVINO-YOLO\Pruneyolov3v4\utils\datasets.py", line 275, in init raise Exception('Error loading data from %s. See %s' % (path, help_url)) Exception: Error loading data from ..\coco\train2017.txt. See https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data
The organization of my directory is mainly shown as follow which is the same as the url mentioned in message.Could you give me some information about it? Thank you!! ├─cfg ├─data │ ├─coco │ │ ├─annotations │ │ ├─images │ │ │ └─train2017 │ │ └─labels │ │ ├─train2017 │ │ └─val2017