Xiaoyang Wu

Results 495 comments of Xiaoyang Wu

Try again or set amp False. It does occur from time to time. Maybe clip loss within a range can solve it but I have not try it.

You have to write a script to map these predictions into a color and then export them to a ply file. There is some tool in pointcept.utils.visualization.save_point_cloud.

I think the order of points is the same as processed data. You can get the coordinate we dataset by the data name?

Hey all, hope our recently demo code for outdoor point cloud is helpful: https://github.com/Pointcept/Concerto/blob/main/demo/0_pca_outdoor.py

Hi, getting configs for each other dataset is pretty easy. Just copy our config for SpUNet for each dataset and them replace the model parameters with our provided.

Hi, 0.05 for outdoor. Use config for SpUNet as a base, I remember I also add the Lovasz loss.

I remember that it should be the same. (I didn’t have the memory that changed the parameter for the outdoor case)

Let me introduce how to custom such a config (take semantic-kitti as an example): 1. Copy one config like 1semseg-spunet-v1m1-base1 and rename it as 1semseg-oacnn-v1m1-base1. 2. Compare the config difference...