liuyuan-pal / NeuRay

[CVPR2022] Neural Rays for Occlusion-aware Image-based Rendering
GNU General Public License v3.0
407 stars 31 forks source link

Kindly remind that there may be some minor mistakes in 'configs/' folder #34

Open Ganlin-Yang opened 1 year ago

Ganlin-Yang commented 1 year ago

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 "dtu_test/fern/black_800". Otherwise it will throw a mistake when finetuning on DTU and LLFF datasets.

liuyuan-pal commented 1 year ago

Thanks for the reminder! I'll fix them.