open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.17k stars 9.39k forks source link

soft teacher for rtm det for instance segmentation tasks? #10171

Closed zjhthu closed 1 year ago

zjhthu commented 1 year ago

Does the semi-supervised method soft teacher support RTMDet for instance segmentation tasks?

zjhthu commented 1 year ago

I got the error AttributeError: 'RTMDet' object has no attribute 'rpn_head'. It seems the current soft teacher does not support RTMDet. Do you have any suggestions for making soft teacher work with RTMDet?

SThrEUR commented 3 months ago

Did you solve that? How?