You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on integrating my own RGBD dataset, which I previously used for normal Gaussian Splatting without depth, into this repository. For this, I'm investigating how to handle depth, including loading and scaling depth, creating the raw point cloud (raw_pc), and so on.
As I still struggle with it, I am trying to reproduce the project using your provided Replica Dataset example. However, I have encountered a couple of issues:
Replica Dataset Example: I cannot locate the traj.txt file which seems to be necessary for the example. Could you please upload it or direct me to where I can find it?
PyTorch issue with MultivariateNormal: While experimenting, I ran into an issue with this line of code . It seems that PyTorch does not have a log_prob_unnorm method for MultivariateNormal. I am uncertain if it is correct to use log_prob instead. Do you have any suggestions on how to fix this or what the appropriate method would be?