cwq159 / PyTorch-Spiking-YOLOv3

A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
GNU General Public License v3.0
207 stars 58 forks source link

cannot find coco.data #25

Open xin-xin-xin opened 3 years ago

xin-xin-xin commented 3 years ago

Hi~

I can not find the coco.data, could you please send me this file?

Best Wishes

cwq159 commented 3 years ago

please refer to https://github.com/ultralytics/yolov3/blob/archive/data/coco2017.data

Kyle-fang commented 2 years ago

create a new file :"../data/coco.data" and add content: classes=80 train=data/trainvalno5k.txt valid=data/5k.txt names=data/coco.names The content of the two .txt files is the absolute path of each image in the training dataset and the validation dataset.