Sense-X / TSD

1st place models in Google OpenImage Detection Challenge 2019
Apache License 2.0
456 stars 64 forks source link

Can TSDSharedFCBBoxHead work fine in Cascade? #7

Closed luuuyi closed 4 years ago

luuuyi commented 4 years ago

Hello, have you ever test TSDSharedFCBBoxHead in Cascade RCNN? If so, shall we replace SharedFCBBoxHead with TSDSharedFCBBoxHead normally?

songguanglu commented 4 years ago

Hi, we only test TSD with Cascade RCNN in OpenImage and for COCO dataset, we don't combine them for evaluation. It needs further code modification to cooperate with Cascade RCNN. We will add supports for Cascade RCNN and Mask RCNN in the next update.

kalayan commented 4 years ago

We look forward to use TSD in Cascade RCNN.

sunpeng1996 commented 4 years ago

Hi, @songguanglu , May I ask you when you add supports for Cascade RCNN and Mask RCNN? Thanks!

songguanglu commented 4 years ago

Hi, @songguanglu , May I ask you when you add supports for Cascade RCNN and Mask RCNN? Thanks!

Hi, the corresponding codes for Cascade RCNN and Mask RCNN have been done and we are performing experiments with the variant backbones to evaluate the performance. The code and pre-trained models will be released next week (ETA <=6.10).

lint39 commented 4 years ago

Waiting for update! @songguanglu

panjianning commented 4 years ago

Waiting for update! @songguanglu

sunpeng1996 commented 4 years ago

Waiting for update!