localrf icon indicating copy to clipboard operation
localrf copied to clipboard

how to define FOV and training iteration?

Open Holmes-Alan opened this issue 2 years ago • 3 comments

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

Holmes-Alan avatar Jun 23 '23 09:06 Holmes-Alan

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

edalvb avatar Jun 23 '23 14:06 edalvb

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.

ameuleman avatar Jun 23 '23 19:06 ameuleman

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

MTshengyi avatar Jul 14 '23 11:07 MTshengyi