Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
911 stars 101 forks source link

What is autoexposure ? #31

Closed yjhong89 closed 2 years ago

yjhong89 commented 2 years ago

Hi, I am YJHong and thanks for your great work!

I wonder what is autoexposure option for nerf.

Is it necessary option to run nerf++ code?

Thank you, YJHong.

Kai-46 commented 2 years ago

Auto-exposure is one of the camera settings during image capture. This option is not necessary to run this repo.

But note that, ideally, to capture photos for view synthesis tasks, one should turn off the auto-exposure (as well as auto white balance) in a camera. But unfortunately, the tanks and temples data seem to be captured with auto-exposure turned on. That's why this code implements the auto-exposure functionality attempting to account for that (but I did not fully test it).

yjhong89 commented 2 years ago

@Kai-46 Thanks!