RandLA-Net-pytorch
RandLA-Net-pytorch copied to clipboard
:four_leaf_clover: Pytorch Implementation of RandLA-Net (https://arxiv.org/abs/1911.11236)
Which path should I set about dst_path ? Can you give me an example ? And I cant find sequences_0.06 after I run data_prepare_semantickittii.py . Can you help me ?...
I used 2 GPUs on a single machine to train model, and it correctly worked. However, when using more 2 GPUs for training, the program stucked in network's forward propagation...
Hi, I would like to know how much memory you need for testing SemanticKITTI. When setting batch=1, I need almost 32G of memory (not GPU memory). Is this normal? Or...
Hi, it would crash when I run train_SemanticKITTI.py. I change to cpu mode debug and infomation like following:  How to solve this? @tsunghan-mama @dream-toy @huixiancheng
run data_prepare_semantickitti.py ,and there's an error: ModuleNotFoundError: No module named 'utils.nearest_neighbors.lib' After check, there is no such a file.
Hello, I want to use the point cloud I collected to test the pre-trained model on semanticKITTI. I just convert the ply file to .npy and put it in velodyne,...
I got a bug when I training (randlanet) wx@dl-group-workstation:/media/wx/HDD/DQ/RandLA-Net-pytorch-main$ python train_SemanticKITTI.py 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 19130/19130 [00:40
I have tried using Python 3.10, 3.8, and 3.7, but the compilation with the bash script 'compile_op.sh' failed for all of them. Only version 3.5 was successful. Does this project...
After i've run `data_preprare_semantickitti.py` , I want to see how the pointcloud looks like. So i run command -- `python .\visualize_SemanticKITTI.py -d .\dataset\semantickitti\sequences_0.06\ -s 03` But there is an error...
I try to train it by the way of ReadMe.md,But there are some problems: ` File "/home/xavier/RidarSS/RandLA-Net-pytorch-master/helper_tool.py", line 171, in knn_search neighbor_idx = nearest_neighbors._knn_batch(support_pts, query_pts, k, omp=True) AttributeError: module 'nearest_neighbors'...