ldkong1205 / LaserMix

[CVPR 2023 Highlight] LaserMix for Semi-Supervised LiDAR Semantic Segmentation
https://ldkong.com/LaserMix
Apache License 2.0
272 stars 17 forks source link

The training details #6

Closed kleinzcy closed 11 months ago

kleinzcy commented 11 months ago

Thanks your nice work. I am curious when you are convenient to release the training config.

ldkong1205 commented 11 months ago

Hi @kleinzcy, Thanks for your interest in this work!

Which training config file are you looking for?

We are working on an extension of the previous framework; the new framework is with an instance mixing module and is expected to support LiDAR panoptic segmentation as well. The training details and model checkpoints will be made publicly available by next month.

kleinzcy commented 11 months ago

I am looking for semantickitti voxel lasermix.

Looking forward your updated framework.

ldkong1205 commented 11 months ago

Hi @kleinzcy, for training with LaserMix on SemanticKITTI using a voxel-based backbone, we recommend you first take a look at this implementation in MMDetection3D. We have now supported training Cylinder3D, MinkUNet, and SPVCNN with LaserMix.

For the updated framework: We will try to finalize this as soon as possible and let you know once the upgrade is ready. Thanks for waiting!