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

Missing files #64

Open raul-parada opened 1 month ago

raul-parada commented 1 month ago

Hi,

I would like to execute this deployment but I cannot find these files included in the python commands: cfg/yolov3-tiny-ours.cfg, data/coco.data and weights/best.pt. In addition, the transform phase should be done before training?

Thanks, Raúl