ouenal / scribblekitti

Scribble-Supervised LiDAR Semantic Segmentation, CVPR 2022 (ORAL)
https://ouenal.github.io/scribblekitti/
142 stars 17 forks source link

Where can I find the model files for MinkowskiNet and SPVCNN? #13

Closed zhairf closed 1 year ago

zhairf commented 1 year ago

Thanks for your amazing work.

In your paper, you mentioned that the algorithm was tested using Cylinder3D, MinkowskiNet, and SPVCNN, but I only found the code for the Cylinder3D. Could you please provide the code for the other two segmentation models?

Thank you.

ouenal commented 1 year ago

I never integrated the two other models into this repository so I can't release a version like that. To run SSLSS with the other two models, I simply integrated the MT/PLS dataloaders and the mean teacher pipeline into the spvnas repository at the time. Hope that helps.

zhairf commented 1 year ago

Thank you very much for your explanation.