huangjh-pub / neural-galerkin

[SIGGRAPH Asia 2022] A Neural Galerkin Solver for Accurate Surface Reconstruction
MIT License
94 stars 8 forks source link

How can I reproduce the effect of the kitti data set in the paper? #4

Open NotHorse0420 opened 1 year ago

NotHorse0420 commented 1 year ago

Thanks for your great work! Hello, if I want to test the trained model on kitti point cloud data, how do I need to preprocess the kitti data set? At present, I directly downsample the kitti point cloud data of a single scene to 300000, and use the model trained by the Matterport data set in the readme, but the effect is very strange and I cannot generate an effective mesh. How can I modify it?