google-research / multinerf

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

How can I train my own HDR data ? Can you please give an example? #111

Open LemonZhong opened 1 year ago

LemonZhong commented 1 year ago

How can I train my own HDR data ? Can you please give an example?

LemonZhong commented 1 year ago

I want to train on Raw-NeRF, but I don't konw how to train on my own HDR data. Can someone help me, please?

SYLU10443 commented 7 months ago

The jpg files are used for rebuilding camera poses and the DNG files for training. 图片1

SYLU10443 commented 7 months ago

json files are extracted from DNG files, you can use the software: exiftool.exe cameras.bin, images.bin points3D.bin project and database.db are obtained from colmap software poses_bounds.npy generated by img2poses.py in this project: https://bmild.github.io/llff/