google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.58k stars 339 forks source link

Configs and training scripts for LDRNeRF and Un+RawNeRF #56

Open Jiawei-Yang opened 1 year ago

Jiawei-Yang commented 1 year ago

Hi there,

Thanks for your amazing work in Dark-Nerf.

I wonder if you would like to provide the training scripts and configs for LDR-Nerfand Un+RawNeRF for raw datasets?

I noticed in llff_raw.gin it shows:

########################## RawNeRF specific settings ##########################

Config.rawnerf_mode = True Config.data_loss_type = 'rawnerf' Config.apply_bayer_mask = True Model.learned_exposure_scaling = True .....

But I'm not sure how to modify each parameter to get results of LDR-Nerf and Un+RawNeRF

Thanks!

VictorJiao commented 3 months ago

Hello! I would like to know if you solve this? I use llff_raw.gin without some configs about Raw data, but I only get blur results. Thanks! (By the way LDR NeRF is based on Mip-NeRF but not Mip-NeRF 360, which is not included in MultiNeRF)