fdarmon / NeuralWarp

Code release of paper Improving neural implicit surfaces geometry with patch warping
234 stars 14 forks source link

Error visualization in appendix #10

Closed giwel closed 2 years ago

giwel commented 2 years ago

Dear @fdarmon

Thank you very much for your work. In your error visualization in appendix, the GT points look very clean compared to the provided GT. I wonder if you preprocess the GT points from DTU to get such visualization.

Look forward to your reply!

fdarmon commented 2 years ago

Hi sorry for the late reply.

Yes I cleaned the point cloud similar to what is done in DTU visualization code. I removed every point with an error above 20.

giwel commented 2 years ago

Thank you!