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

Fine-tuning to custom dataset #22

Open JNaranjo-Alcazar opened 1 year ago

JNaranjo-Alcazar commented 1 year ago

Hello community! First of all I would like to congratulate the author of the code, it's an amazing job. Very simple to reproduce and easy to understand.

I would like to ask a question. Right now I have the network trained with the GEN1 dataset. However, I have a custom dataset of 3 classes. Is there a possibility of fine-tuning the trained network with 2 classes (cars and pedestrians) to the custom dataset I have?

The idea would be to freeze the backbone (vgg-11) and train only the final layer (SSD Head).

Best regards and thank you very much