Skip to content

dynerf : fused.ply path inconsistency & imshow clipping warning #12

@Serendipity95

Description

@Serendipity95

Hi author,
First of all, thanks for open-sourcing this excellent DeGauss work! I've been trying to train the Neu3D dataset recently, but encountered two problems that confuse me a lot. I hope you can give me some guidance.

Problem 1: Missing fused.ply file
When I started the training, a FileNotFoundError popped up, indicating that the fused.ply file was missing in the /home/dongting/DeGauss/data/dynerf/coffee_martini directory.

Image

The README mentions that we should follow the data preparation instructions of 4DGaussians for the Neu3D dataset. However, I noticed that the fused.ply generated for each scene in 4DGaussians is located at data/dynerf/XXX/colmap/dense/workspace/fused.ply , which is indeed inconsistent with the directory where DeGauss expects fused.ply to be located during training. Although you provide a preprocessed fused.ply for the Neu3D dataset via a Google Drive link, I still want to confirm:
Are the overall data preprocessing steps for the dynerf dataset in DeGauss completely consistent with those in 4DGaussians?
For the missing fused.ply, is downloading the one from your provided Google Drive link the only recommended way? Can we directly move/reuse the fused.ply generated by 4DGaussians (located in colmap/dense/workspace/) to the scene root directory required by DeGauss without issues?

Problem 2: Warning about clipping input data for imshow
During the training process, the console keeps outputting the warning: "Clipping input data to the valid range for imshow with RGB data ([0..1] for floats or [0..255] for integers)".

Image

I wonder:
Is this warning related to the data preprocessing of the dynerf dataset? Did I miss certain preprocessing steps (such as image normalization) that caused the pixel value range to be abnormal?
Is there a simple way to eliminate this warning without affecting the training process?

I would be extremely grateful if you could answer these questions. Looking forward to your reply!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions