-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The environment of RandLANet for STPLS3D is the same with the original RandLANet? #8
Comments
@RockyatASU line 15, in maybe the environment version problems. |
Hi @whuhxb , We were using the RTX3090 on a windows machine with CUDA 11.0 to test the RandLA. Since we didn't make any changes to RandLA itself, but only modified the data-related parameters if you were able to set up the environment for https://github.com/QingyongHu/RandLA-Net?utm_source=catalyzex.com, the same environment should work using the RandLA in this repo. Best, |
Hi @meidachen |
I used both, just like our paper discussed. Originally (a few months ago), I released all point clouds in .txt format (0.3 point spacing) which works with RandLA, but later on, I released a dense version of the data in .ply file with more labels and didn't have a chance to update the RandLA and SCF-net for that (sorry for the inconvenience). Here are the .txt files that I initially tested with: https://drive.google.com/file/d/17nUphM7LpmR3tT9eX0M1SXfIVjidr0-T/view?usp=sharing We haven't had a chance to fully document the RandLA and SCF-net yet but only did it for KpConv and transformer. I will make better documentation for RandLA and SCF-net in the future. |
Hi @meidachen Thanks so much for the answering. I have one question, the provided .txt file data contain both the RealWorldData and the Synthetic data, right? And, I just need to follow your instruction of the data_prepare_STPLS3D with the downloaded .txt data can use both the RealWorldData and the Synthetic data, right? |
Yes, it should work for both. |
I have not tried to run RandLA on the ply files myself, but it may work that way. For running KpConv, you can easily follow the instruction, and data_prepare_STPLS3D.py is not actually used I believe. The actual data preparation happened in https://github.com/meidachen/STPLS3D/blob/main/KPConv-PyTorch/datasets/STPLS3D.py |
Hi @meidachen Thanks for your kind reply. Best. |
Hi @meidachen Another question, how to the density of point clouds with different datasets, for example, STPLS3D and SensatUrban? How to determine the grid size in data preparation? For Point Transformer, how to set the voxel size? |
The grid size is usually determined based on the experiments. The paper of SensatUrban also discussed about different ways to vocalize the point cloud. |
Hello, have you resolved this issue? I'm facing a similar problem and I'm unable to find a solution. Could you kindly assist me with it? Thank you. |
Hi @RockyatASU
Is the RandLANet for STPLS3D the same with the original RandLANet?
https://github.com/QingyongHu/RandLA-Net?utm_source=catalyzex.com
Have you tested RandLANet for STPLS3D? Or, do you have other settings? Which cuda version?
Thanks a lot.
The text was updated successfully, but these errors were encountered: