RandLA-Net
RandLA-Net copied to clipboard
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Line 109 of helper_ply.py, "elif current_element == 'vertex':" should be corrected to "elif current_element == 'face':", but this clerical error has no effect on point cloud data because there are...
In the code, there is a variable called possibility and it appears in the testing as well, but I'm not sure what it stands for. can someone explain what it...
线程创建失败问题
我在服务器上训练模型会出现无法创建线程的问题,请问该怎样解决 libgomp: Thread creation failed: Resource temporarily unavailable 我使用ps -mq查看了线程 发现创建了很多 但是好像没用上
我现在已经用Semantic3d完成了一段有八个类别的高速公路的分类。 但是当我用它来做植被与非植被的二分类时,最后的预测结果居然全都是非植被! 请问这到底出现了一个什么问题?
Hello. Thank you for your RandLA-Net contribution. I tried RandLA-Net using only the cpu, but the learning rate is very slow, so I want to utilize the gpu. Currently, it...
做测试时13,19,和21三个序列推理第一轮中会被杀死,感觉是这三个序列点数太多了,不知道怎么改啊
I want to train on RTX 3060 ... so what OS should I use and compatible CUDA and CUDNN? please help!
S3DIS可视化
博主你好,我通过sh jobs_6_fold_cv_s3dis.sh运行了你的S3DIS数据集,之后生成了ply文件,想进行可视化,但是在Could campare里打不开,请问是为什么?有什么方法可以对它进行可视化吗
How to predict a new point cloud through the trained model mentioned by the author and visualize it
@QingyongHu I'm trying to run ''data_prepare_s3dis.py'' file and it's showing me this error: ''' randla-net\data\S3DIS\Stanford3dDataset_v1.2_Aligned_Version/Area_1/conferenceRoom_1/Annotations Traceback (most recent call last): File "data_prepare_s3dis.py", line 80, in convert_pc2ply(annotation_path, join(original_pc_folder, out_file_name)) File "data_prepare_s3dis.py",...