FPD
FPD copied to clipboard
Official code of the paper "Fine-Grained Prototypes Distillation for Few-Shot Object Detection (AAAI 2024)"
inference.py
Hello, when I was executing the inference.py file, I was prompted that "FPD is not in the models registry". I have executed "python setup.py install", but I am still experiencing...
Good job! Hello friend, I would like to ask if I can use a single 3090GPU to learn with a learning rate of 0.0025. Sometimes, suddenly, there is an issue....
Hi, I have not been able to figure out the exact training process of meta-learning, can you explain it for me. Here is my understanding and some questions: Take poscal...
Hello, it is a very meaningful work, but I see that your paper has an Attention heatmap for querying pictures. How can I reproduce it? Is there any relevant script?...
Hello, your code has the file transformers.py, may I ask what it does specifically?I can run the code by deleting this file.
Excuse me, while reading the code in your ffa.py file, there is a line of code “attn.div_(0.5)” in the forward function of the PrototypesAssignment class, which you did not mention...
Hello, excuse me! I'm having this problem at runtime, but I'm almost following the steps in the readme to run the configuration, so I'd like to ask how to solve...
Hi Zichen Wang, I hope you are well. You have done a wonderful job.The idea is great and thanks alot for sharing the code. I have two custom datasets and...
Thanks for your great work! I wanna run your code to train a base model, However, I met some errors as below:  And here is my environment: 
Sorry to bother you! If I not only focus on querying images, but also want to know how to visualize the heat map of the support set, do I have...