facebookresearch / localrf

An algorithm for reconstructing the radiance field of a large-scale scene from a single casually captured video.
MIT License
956 stars 62 forks source link

how to define FOV and training iteration? #14

Open Holmes-Alan opened 1 year ago

Holmes-Alan commented 1 year ago

For the optimization step, how do you define the FOV value and iteration time for the customized dataset?

edalvb commented 1 year ago

If I am correct FOV is "Field of View", if this is so you could check this Udacity video. I omitted this value and by default it assigns 85.6

ameuleman commented 1 year ago

We us the cameras specifications for fov. What camera was your scene captured with?

Number of iterations can be changed with add_frames_every and n_iters_per_frame impacts the number of iterations between added frames and for refinement, respectively.

MTshengyi commented 12 months ago

How should I specify FOV if my horizontal FOV and vertical FOV are different?