loiccordone / object-detection-with-spiking-neural-networks

Repository code for the IJCNN 2022 paper "Object Detection with Spiking Neural Networks on Automotive Event Data"
MIT License
61 stars 12 forks source link

SSD Head used in this work #23

Open ShristiDasBiswas opened 1 year ago

ShristiDasBiswas commented 1 year ago

Hi,

This work uses a SSD Head for predictions. However, SSD uses default bounding boxes for prediction. How do you generate these default bounding boxes in this work on Gen1/1mpx datasets?

loiccordone commented 1 year ago

It is done in GridSizeDefaultBoxGenerator in models/SSD_utils.py.