DynamicRCNN icon indicating copy to clipboard operation
DynamicRCNN copied to clipboard

How combine DynamicRCNN with Cascade-RCNN?

Open sunpeng1996 opened this issue 4 years ago • 1 comments

Hello, thanks for your great work! How combine DynamicRCNN with Cascade-RCNN? Have you tried it before? Or do you have some parameter configurations to provide?

sunpeng1996 avatar Jun 15 '20 10:06 sunpeng1996

Sorry for the late reply, I am kind of busy recently.

I haven't tried to combine them before since they actually explore different aspects to improve object detection. From my perspective, applying our dynamic design on Cascade R-CNN will be beneficial since Cascade R-CNN ignores the dynamic property in the training procedure. However, considering that Cascade R-CNN has multiple detection heads and specific hand-crafted settings for each head, combining them may require some deliberate design.

I will try to combine them recently if I am available. Also, if you are interested in this topic, you are welcome to share your experience.

hkzhang95 avatar Jul 20 '20 02:07 hkzhang95