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

How did you encode the images? #47

Closed hanebarla closed 2 years ago

hanebarla commented 2 years ago

I read your code, but I can't find a code block that encode float image to sets of spikes. If I missed it, sorry.

cwq159 commented 2 years ago

In SpikeTensor

hanebarla commented 2 years ago

Thanks!