You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: