RandLA-Net
RandLA-Net copied to clipboard
ValueError: need at least one array to concatenate
Hi.First python utils/data_prepare_semantic3d.py and then I am running main_Semantic.py but I am getting error as below. Could you please help.?
main_Semantic3D.py:89: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison elif file_path in self.train_files:
Preparing reprojection indices for validation and test
finished
Initiating input pipelines
Traceback (most recent call last):
File "main_Semantic3D.py", line 333, in
I also encountered this problem. Have you solved it?
Thanks for your interest in our work! @makaay2077 @ClosedOn
It seems the data is not loaded correctly, please check if the data preparation is correct, and the path to the dataset is correct
I hope this could answer your question.