multinerf icon indicating copy to clipboard operation
multinerf copied to clipboard

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

Open LemonZhong opened this issue 2 years ago • 3 comments
trafficstars

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

LemonZhong avatar Mar 30 '23 12:03 LemonZhong

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?

LemonZhong avatar Mar 30 '23 12:03 LemonZhong

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

SYLU10443 avatar Dec 07 '23 08:12 SYLU10443

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/

SYLU10443 avatar Dec 07 '23 08:12 SYLU10443