Skip to content

Questions about reproducing Replica example and PyTorch log_prob_unnorm method #3

@Tripton

Description

@Tripton

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:

  1. 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?

  2. 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?

Thank you in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions