hdr-nerf
hdr-nerf copied to clipboard
The official implementation of CVPR 2022 paper: HDR-NeRF: High Dynamic Range Neural Radiance Fields
Try to run your code for trainning on your dataset. When code goes to warm_crf, error occurred: Generator type has no operator "+"; While, you just add with "+" `model.exps_linears_r.parameters()...
作者你好,感谢你的工作和开源的代码,我给你点上 star 了 我在读你文章的过程中,遇到了以下几个问题,希望能得到你的解答: (i) 首先是 Unit exposure loss. 我对这个 loss 的理解是在 e △t = 1 时加一个限制,让此时的 color 约束在pixel value 中位数。请问你是如何保证 e △t = 1 的呢?不知道我理解得对不对哈 :) (ii) 第二个问题是为什么不直接采用一个显式的 tone...
Hi, I am attracted by the HDR-NeRF could output the high-quality HDR image. I want to know HDR-NeRF whether if work in without different poses sample. Thanks! Best Wishes!
Hello, I am interested in your related work. But I am facing this error when I run the code "python run_nerf.py --config configs/chair.txt" Error: " Traceback (most recent call last):...
Could you share the code to prepare a new dataset from JPEGs?
When I use colmap to process the synthetic scene ```chair```, I find that the focal length is far away from that computed by ```camera_angle_x``` in ```transforms_train.json```. Then I check the...