ustcygl
ustcygl
Hi, thanks for your excellent work! Sorry to bring your attention that in "configs/train/ft/neuray_ft_depth_birds.yaml", the "database_name" should be "dtu_test/birds/black_800", not "llff_colmap/birds/high". Also, in "configs/train/ft/neuray_ft_depth_fern.yaml", the "database_name" should be "llff_colmap/fern/high", not...
Hi: Thanks for your great works. I have a minor question: in your implementation of SSIM metric in [https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/main/internal/image.py#L111](url), you transform image from RGB to single-channel before calculating SSIM. However,...