-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fail to reproduce performance in some scenes #24
Comments
Have you made any modifications to the config? It looks like the bgmap didn’t work. It seems that the view outside the window was completely occluded by the Gaussians distributed on the window, and there are some undesired accumulations opacity causing black shadows on the walls. This might be because some Gaussians are less constrained in some training view. This could be related to initialization, but I have never encountered this situation. 😂 Perhaps providing some intermediate results from the training would be more informative for identifying the problem. If the issue is still not resolved, I would provide you with a checkpoint file in the next few days to help your reproduction. |
Thank you for your quick reply. 👍 I checked the point cloud input and the intermediate rendering results and found no problem. render_ckpt7000.mp4Additionally, the specific values of the config for the failed scenes (Martini & Salmon) and the well-reconstructed scenes (other scenes) are different, so I wonder if you meant it.
BTW, I didn't modify the config file you provided. 😂 |
Hi @bbangsik13, I just verified the released code in a different environment and was still able to reproduce the similar result.
I mean the quantitative results recorded in tensorboard during training. Checking how these metrics changed might be helpful. As can be seen in our tensorboard, the psnr have not been so bad even in the 500 iterations. It is very weird. Could you provide more detailed environment information for locating the problem? |
I think I've solved the problem. I used the render code of #12 to measure the metric after rendering. When I debugged the Only salmon and martini scenes use env_map, so I think the results came out right in other scenes. Thank you for your assistance. |
@bbangsik13 what was your specific change for loading up the Thank you!
|
Hi @Joaquin-Gajardo, sorry for the late response. As it's been a while since I made those modifications, I'm not sure about all details. For the code from #12, It does not load envmap options from the yaml file and values from the checkpoint. If you're still experiencing issues, please feel free to contact me via email and I'll be happy to help. |
Congratulations on your acceptance of the paper!
I experimented with N3V dataset through the code you provided, but I can't reproduce the performance in certain scenes. Can I get some advice?
I tested with the environment you provided and COLMAP 3.9 & 3.10 version.
martini.mp4
salmon.mp4
The text was updated successfully, but these errors were encountered: