Skip to content

Experiments on DTU and blender dataset: blurry outputs, mode collapse #6

Description

@ZezhouCheng

Thanks for sharing the implementation! This is a pretty interesting work!

I'm trying to reproduce the results on DTU and have several questions:

  1. What is the size of images used for the experiments? In config/dtu.yaml, the image size is [500, 400] by default. However, in the datasets.py (

    assert self.img_wh_original[1] * self.img_wh[0] == self.img_wh_original[0] * self.img_wh[1], \
    ), the size is enforced to be proportional to the original size which is 1600x1200 for DTU, thus [500, 400] does not work. Should the size be [400, 300] instead? I set the image size to be [400, 300] in my following experiments.

  2. I got pretty blurry synthesis results on DTU, for example, on scan63, after 30K iters, I got the following results,
    image
    on scan4, after 30K iters,
    image

  3. What are the pose estimation scores (rotation and translation errors) on DTU dataset?

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