xavibou / ovdsat

Official implementation of the paper 'Exploring Robust Features for Few-Shot Object Detection in Satellite Imagery'
Other
21 stars 2 forks source link

FSRW available ? #8

Open tcourat opened 1 week ago

tcourat commented 1 week ago

Hi,

Is the experiment using FSRW module available in your repo ?

Thanks

xavibou commented 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.