TNTWEN / Pruned-OpenVINO-YOLO

Deploy the pruned YOLOv3/v4/v4-tiny/v4-tiny-3l model on OpenVINO embedded devices
Apache License 2.0
52 stars 11 forks source link

About the training #7

Open ArtistVan1 opened 3 years ago

ArtistVan1 commented 3 years ago

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

TNTWEN commented 3 years ago

For example: image image image image image

ArtistVan1 commented 3 years ago

Got it! Helps me a lot. Thank you!