Does it generalize to unseen in-the-wild point clouds?
coreqode opened this issue · 4 comments
coreqode commented
Hi, this is amazing work.
Does the pre-trained model generalise to in-the-wild point clouds? or it is specific to trained datasets only?
rabbityl commented
It generalizes well to real-world kinect style scanner based point clouds.
coreqode commented
Is there any codebase for testing the pre-trained models in in-the-wild scenarios?
rabbityl commented
This can be achieved by changing the dataset using your custom sensor data, then run the testing.
Guptajakala commented
@rabbityl when I applied to my own data, I got flow all zeros. R and t are identity and zeros. The confidence matrix has all very small values. What could be the problem?