xhuangcv / hdr-nerf

The official implementation of CVPR 2022 paper: HDR-NeRF: High Dynamic Range Neural Radiance Fields
MIT License
196 stars 13 forks source link

why $cp imgdir_orig imgdir when factor=4 #12

Closed Harper714 closed 1 year ago

Harper714 commented 1 year ago

In load_real_llff.py, you use $cp imgdir_orig imgidr to produce input_images_4. It seems not reasonable. I think we should actually scale the original images and then put them into the folder input_images_4, right?