Open tcourat opened 1 week ago
The FSRW experiments are not provided, you can refer to their official repo (https://github.com/DeepTrial/Few-shot-Object-Detection-via-Feature-Reweighting) to train a few-shot method. Then, you just need to use their predictions as bounding box proposals and re-classify them using the prototype-based Classifier module.
Hi,
Is the experiment using FSRW module available in your repo ?
Thanks