ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

Class agnostic box regression vs Class specific box regression #67

Closed mandal4 closed 3 years ago

mandal4 commented 4 years ago

Thanks for releasing the source code, I found that you used class agnostic bbox regression layer. Is there mAP comparison with bbox specific layer?

xinw1012 commented 3 years ago

Hi, thanks for your interest in our work.

Our work actually does not use a class agnostic box regression layer. It's based on the Faster R-CNN architecture.

Let me know if I misunderstand your question.

xinw1012 commented 3 years ago

Feel free to reopen it if there is still an issue.