Jaraxxus-Me / AirDet

Full conference version of AirDet: Few-Shot Detection without Fine-tuning for Autonomous Exploration
https://jaraxxus-me.github.io/ECCV2022_AirDet/
BSD 2-Clause "Simplified" License
70 stars 10 forks source link

The weight of R101 provided #12

Open dmy1997 opened 8 months ago

dmy1997 commented 8 months ago

In the paper, R101 is frozen in stem and ResNet1 block. However, I print the weights and they are different from the in1k R101 model. Have they finetuned?

Jaraxxus-Me commented 8 months ago

Hi, This is an interesting finding. I was using Detectron2 interface when doing the training, you can see it in the config file, here, I used "freeze at: 1", this means the ResNet1 block should be fixed according to my understanding. Have you tried to re-train using my code and check the weights?