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

Which timestep did you used to get the mAP that listed in README? #63

Open xiangchitangyuan opened 2 months ago

xiangchitangyuan commented 2 months ago

Hello,

Which timestep did you used to get the mAP that listed in README? and corresponding inference time?

thank you!