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

The number of output labels are different from the number of points in the testset when using my own dataset(输出的标签数量和点数不相同)

Open BIGigi opened this issue 3 years ago • 4 comments

As the title says, the number of output labels are different from the number of points in the testset when using my own dataset, why?

BIGigi avatar Oct 19 '22 18:10 BIGigi

Same problems with you,could you share how to solve this problem?

hyx007 avatar Nov 15 '22 08:11 hyx007

As the title says, the number of output labels are different from the number of points in the testset when using my own dataset, why?

我知道了。因为在data_prepare的时候对数据进行下采样了。第一次下采样的间隔是0.01,对原始数据没有影响但是可能你自己的数据集采的点比较密集。你可以看一下你的原始数据集和data_prepare之后的original_ply之间是不是有区别

Tyrol29 avatar Aug 11 '23 09:08 Tyrol29

As the title says, the number of output labels are different from the number of points in the testset when using my own dataset, why?

我知道了。因为在data_prepare的时候对数据进行下采样了。第一次下采样的间隔是0.01,对原始数据没有影响但是可能你自己的数据集采的点比较密集。你可以看一下你的原始数据集和data_prepare之后的original_ply之间是不是有区别

那我自己的原始数据集和data_prepare之后的original_ply之间是应该没有区别的?不需要第一次下采样(0.01)?

zousdf avatar Jun 01 '24 07:06 zousdf