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

About file path #46

Open dnkscu opened 2 years ago

dnkscu commented 2 years ago

Thanks for your contribution! I am trying to train, but I can't find 'cfg/yolov3-tiny-ours.cfg' and 'data/coco.data' in the sentence

截屏2022-06-25 下午4 03 51

How can I get these two files in branch 'ultralytics'? best wishes!