You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide explanation for why the default focal length, principal point are set in demo.py file as shown below. Also what does "focal_length_ndc " means?
if focal_length == 0:
focal_length_ndc = 4.0
focal_length = focal_length_ndc * h / 2
Can you provide explanation for why the default focal length, principal point are set in demo.py file as shown below. Also what does "focal_length_ndc " means?
if focal_length == 0:
focal_length_ndc = 4.0
focal_length = focal_length_ndc * h / 2
The text was updated successfully, but these errors were encountered: