PeizeSun / SparseR-CNN

[CVPR2021, PAMI2023] End-to-End Object Detection with Learnable Proposal
MIT License
1.32k stars 187 forks source link

Init proposal box Visualization #85

Closed junha1125 closed 3 years ago

junha1125 commented 3 years ago

Hi. I have a querstion.

I debuged the code [projexts/sparseRCNN/sarsercnn/head.py] I visualize init_bboxes in forward of DynamicHead

image

But in your paper, the boxes visualized was this.

image

Is there something I am missing? Why are the two box visualization image different?

PeizeSun commented 3 years ago

Hi~ Please refer to issues 47

junha1125 commented 3 years ago

Thank you very much for your quick reply.