Open caozhe1011 opened 2 years ago
I have provided the data processing of mulit-scan point cloud segmentation (for SemanticKITTI); You can check this commit https://github.com/xinge008/Cylinder3D/commit/7df59464c9b1828f9f97084997b3d47beda612cd
Thank you so much! One more question, if I want to get the IOU result of multi-scan in your paper, do I need to adjust any parameters in 'semantickitti.yaml'? The hyperparameters in 'semantickitti.yaml' are as follows:
_output_shape:
max_volume_space:
They share same hyper-parameters, except the num_class;
I find it has 'semantic-kitti-multiscan.yaml' in your repository, do you have a multi-scan pretrained model? If I want to train multi-scan data, what should I do? Thanks.