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 performance of other methods in Table 1 #3

Open shanguangcv opened 2 years ago

shanguangcv commented 2 years ago

Hi, in Table 1, you compare your model with some other methods on COCO 2017. In previous works, other methods perform experiments on COCO 2014 and report 10-shot and 30-shot results. I want to know how you obtain the results of other methods in Table 1, do you re-implement them by yourself?

Jaraxxus-Me commented 2 years ago

Yes, we re-implemented them by ourselves. Actually, COCO2017 test set (5k images) are the same as what they used in COCO2014 (5k images out of training and validation set). We adopted their official implementation.