RandLA-Net
RandLA-Net copied to clipboard
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
使用多块gpu
代码里指定的--gpu 0是只使用一块gpu,我要使用多块呢
Hello everyone,I try to train my custom data with four classes in windows and I changed the part of params my best pred iou is 85%(batchsize = 32 num_points=2048 learning_rate...
Hi Sir ; I predict my data with your pretrained model , I would like to ask you if possible how to calculate the metrics using our ground truth ?...
I have point cloud data without rgb information. I want to segment it, can I use this method for point cloud segmentation. If yes, would you give some advice or...
I downloaded the S3DIS data set, created and moved the data/S3DIS/ folder, but the following error occurred when the 'data_prepare_s3dis.py' code was executed.  Any idea why...
@QingyongHu 我在训练sementicKITTI的过程了反复遇到segmentation fault的问题,不能正常训练下去。请问您知道这可能是什么问题吗? 电脑的配置是gtx 1080ti和64g内存。
Hi @QingyongHu I'm trying to test my own data and it gives me this error: ``` Confusion on sub clouds 0.00 | 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00...
I'm trying to run the code but I have some questions and please anyone answer me as I urgently need this code : 1-Does the code on the windows CMD...
hello!,I rewrite the code with Pytorch,and when I train it , the miou of the first epoch only reached 27.1. Is it nomal?