RandLA-Net icon indicating copy to clipboard operation
RandLA-Net copied to clipboard

🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)

Results 156 RandLA-Net issues
Sort by recently updated
recently updated
newest added

![9d38af2ad60622a62175d443d01d02a](https://user-images.githubusercontent.com/72792805/161053700-c4aeec68-cd18-4a69-96f8-238430368ac4.png) Hello, everyone! I meet this problem at the 'sh jobs_6_fold_cv_s3dis.sh'. I hope someone can help me. Thank you! In addition,I run the project on Windows , error occurred during...

I run google colab but got this error all notebooks (data_prepare_s3dis.py , main_S3DIS.py) Traceback (most recent call last): File "utils/data_prepare_s3dis.py", line 12, in from helper_tool import DataProcessing as DP File...

Hello, I ran your code for the SemanticKITTI pre-processing, training and evaluation, but only achieved a mean IoU of ~34 during training. I followed the instructions, but do not know...

Hi! I’m trying to run tester_SemanticKITTI with weights from pretrained model on my custom data. I was able to do it for tester_S3DIS and custom indoor data, and wanted to...

Hello, Does your code support training using a pre-trained model? It seems that the model_path argument is only used when in test mode.

Hi, @QingyongHu I want to know if I want to inference (predict) my own datasets, should I use the "python -B main_S3DIS.py --gpu 0 --mode test " or not? Thanks...

Hi ; How can I predict new data that have the labels included in the las and txt Files . thank you in advance

my training result is around 54.0mIou on the validation set(08), and the paper's 53.9mIou is test from val(08) ? but why my motorcyclist acc is 0 ?

Hi, I managed to prepare the data and wanted to train the network with main_Semantic3D.py, but this error comes: ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from...

I want to Print model summary, but when I call model.summary() in s3dis.main after model = Network(dataset, cfg) attribute error occurs. If you know any other way to calculate the...