peoplelu / BSNet

BSNet: Box-Supervised Simulation-assisted Mean Teacher for 3D Instance Segmentation (CVPR2024)
7 stars 1 forks source link

About Pretrained #3

Closed trandangtrungduc closed 4 months ago

trandangtrungduc commented 4 months ago

Hi @peoplelu,

Your research is quite interesting and I have just taken a look at it. My question is: Do you use 'pretrained' from SSTNet for training your model? If so, I'm not sure whether the use of 'pretrained' from a trained model with fully supervised behavior is fair for a weakly supervised task?

Thank you in advance.

peoplelu commented 4 months ago

Thank you for your interest! We retrained the SSTNet with the pseudo labels generated by our pseudo labeler, which is the same as Gapro(https://github.com/VinAIResearch/GaPro/issues/1). You can also use the pretrained weight in https://github.com/VinAIResearch/GaPro/issues/1.

trandangtrungduc commented 4 months ago

I got it. Thank you for your quick response.