ZhangGongjie / SAM-DETR

[CVPR'2022] SAM-DETR & SAM-DETR++: Official PyTorch Implementation
MIT License
298 stars 50 forks source link

Why not use multi-scale? #5

Open Icecream-blue-sky opened 2 years ago

Icecream-blue-sky commented 2 years ago

I am curious why multi-scale is not applicable, is it because of the amount of calculation?

ZhangGongjie commented 2 years ago

Hi, thank you for your interest. :)

We have the multi-scale version SAM-DETR in this repo, but multi-scale is not used in our CVPR paper. Our paper about the multi-scale version of SAM-DETR (with even better results reported in this repo) is currently under review in a premier journal. We will release them in the future. Please stay tuned!