RandLA-Net
RandLA-Net copied to clipboard
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Hi, thank you for your great work, really good paper! I have an issue with `data_prepare_semantickitti.py`: when I run it, I get the following error: `AttributeError: module 'cpp_wrappers.cpp_subsampling.grid_subsampling' has no...
When attempting to install Python packages inside the virtual environment (`venv`) in the `RandLA-Net-pytorch` project, the installation fails with the following error: ``` ERROR: Exception: Traceback (most recent call last):...
I am trying to install the dependencies for RandLA-Net, specifically the `torch-points-kernels` package, inside a Python virtual environment (venv). However, the installation fails with the error: ``` ModuleNotFoundError: Please install...
I'm encountering high GPU memory usage similar to [[issue #277](https://github.com/QingyongHu/RandLA-Net/issues/277)](https://github.com/QingyongHu/RandLA-Net/issues/277). Running the same configuration (batch size = 6, N = 4096×11) consumes excessive GPU memory on my system, leading to...
Hello! I caught the error when I try to learn RandLA on our dataset. First, i prepared txt files based on our ply files. Next, I generate PLY files based...
Hi great work done by you guys, just wanted to ask if there is any way to run this on our own point clouds. Thank You