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

Questions about impulse #32

Open Nicole1233m opened 2 years ago

Nicole1233m commented 2 years ago

Hello,Will there be pulse generation eventually? if so, where can I see the number of pulses and energy?Thank you !

cwq159 commented 2 years ago

We record snn firing ratios in https://github.com/cwq159/PyTorch-Spiking-YOLOv3/blob/ultralytics/ann_to_snn.py. You can get the number of pulses by multiplying timesteps.