I have read your paper on SSD-Det.
I believe that SSD-Det is a framework based on Faster-RCNN. That is, it detects proposals and then classifies the classes. On the other hand, you also show experimental results where you changed Detector to Deformable DETR and trained it.
My simple question is, how is a Detector that does not require a proposal, such as DETR, trained? Are there any changes to the framework? Or is it just DETR between backbone-Detector and the rest is identical?
Are example implementations available in this repository?
Hi, thank you for the great repojitory.
I have read your paper on SSD-Det. I believe that SSD-Det is a framework based on Faster-RCNN. That is, it detects proposals and then classifies the classes. On the other hand, you also show experimental results where you changed Detector to Deformable DETR and trained it.
My simple question is, how is a Detector that does not require a proposal, such as DETR, trained? Are there any changes to the framework? Or is it just DETR between backbone-Detector and the rest is identical?
Are example implementations available in this repository?