aRI0U / RandLA-Net-pytorch

PyTorch implementation of RandLA-Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about how to get the full data prediction labels

Yangzhouzhou opened this issue · comments

Hi, thank you for your recurrence. I would like to ask how I can get the complete point cloud data when testing? In semantic3D for example, when sampling is done randomly to get 65536 points as samples for training tests. So how do you get all the predicted labels in a scene (a file) at the end of the test?

你好,感谢你的复现。我想问一下如何在测试的时候可以得到完整的点云数据?以semantic3D为例,在采样的时候会随机进行采样得到65536个点作为样本进行训练测试。那么在测试结束后,如何将一个场景(一个文件)中的所有预测标签得到呢?

我有相同的问题,请问你得到解决了吗?

I have the same question as you. Have you found a solution?