Adamdad / ConsistentTeacher

[CVPR2023 Highlight] Consistent-Teacher: Towards Reducing Inconsistent Pseudo-targets in Semi-supervised Object Detection
Apache License 2.0
291 stars 19 forks source link

Is it necessary decoding bbox regression before fam-3d? #39

Open CoderZhangYx opened 1 year ago

CoderZhangYx commented 1 year ago

Hi, congradulation on your works! Trying to add some modules based on your design, I found that at https://github.com/Adamdad/ConsistentTeacher/blob/main/ssod/models/dense_heads/fam3d.py#L168, the bbox regression is decoded before fam-3d. Is this necessary? May it be possible that we put the decoding process after fam-3d? Any suggestions would be helpful, thanks

CIawevy commented 10 months ago

I have the same question