Thanks for sharing the implementation! This is a pretty interesting work!
I'm trying to reproduce the results on DTU and have several questions:
-
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.
-
I got pretty blurry synthesis results on DTU, for example, on scan63, after 30K iters, I got the following results,

on scan4, after 30K iters,

-
What are the pose estimation scores (rotation and translation errors) on DTU dataset?
Thanks for sharing the implementation! This is a pretty interesting work!
I'm trying to reproduce the results on DTU and have several questions:
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 (
gnerf/dataset/datasets.py
Line 120 in a008c63
I got pretty blurry synthesis results on DTU, for example, on scan63, after 30K iters, I got the following results,


on scan4, after 30K iters,
What are the pose estimation scores (rotation and translation errors) on DTU dataset?