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
57 stars 12 forks source link

How to get sparsity on object detection models? #35

Open dnkscu opened 5 months ago

dnkscu commented 5 months ago

Greetings, author! When I tried to test my pretrained model, I cannot find the result of 'sparsity' in the output information. Then I read the code of 'object_detection_module.py', I didn't find sentence to compute 'sparsity'. Please teach me to get this number. Thanks.