city-super / GSDF

[NeurIPS 2024]GSDF: 3DGS Meets SDF for Improved Rendering and Reconstruction
Other
295 stars 11 forks source link

The training results look very poor. #11

Closed Yuhuoo closed 3 weeks ago

Yuhuoo commented 4 weeks ago

Thanks for your great work. I tried to reproduce two scenes, "bicycle" and "room", on mipnerf360 using this project, and the results are very poor, which is quite puzzling to me. How were the results in your paper obtained?

image d1519aa21ea48249e37a54ac7bfac8f

image 3b6788bc7959812f1e60009bdfd1ab1

Yuhuoo commented 4 weeks ago

Hi, I ran tests on the drjohnson scene in the deep blending dataset again. In the obtained mesh file, I noticed that the scene's mesh seems to be embedded within the cube mesh. How do I extract the individual scene mesh from this cube?

37cc6462e80af084aa144aec119b7f5

MulinYu commented 3 weeks ago

The psnr is only around 15, which is not normal, please make sure your data and config are right. For visualizing the inside of the room, please zoom in using the mouse wheel.

Yuhuoo commented 3 weeks ago

Thank you for your reply. I have rerun the test for the bicycle scene, and it is working properly. However, when trying to visualize the inside of the room, I attempted to zoom in using the mouse wheel, but still couldn't see the internal mesh of the room, and because the mesh is very large, it becomes very laggy when zooming in. Could you please help to solve this visualization issue? For example, by extracting only the mesh of the room instead of exporting a cube?

MulinYu commented 3 weeks ago

Maybe use Meshlab to visualize them. BTW, the visualization of indoor scenes is not an issue of the project.