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

SNN using YOLO v7 #59

Open BhaskarSrinivasK opened 10 months ago

BhaskarSrinivasK commented 10 months ago

Please share any ideas or sources where I can refer to implement SNN using yolo v7?

Fanty01 commented 9 months ago

Have you tried based on YOLOv7? Let's talk about it

BhaskarSrinivasK commented 9 months ago

I tried with Yolo v3 by referring to the github repo - https://github.com/cwq159/PyTorch-Spiking-YOLOv3 and faced some errors with that too. But now I wanna proceed with Yolo V7. Any idea/ resource is highly appreciable.