preprocessing_utils.py
line 233
FOCAL_LENGTH = 50*128
Hello. I am trying to figure out where trace is getting the camera fov?
The closest I can find is numpy camera intrinsics but I also see this variable to Focal Length. Isn't focal length arbitrary since it relies on a formula between 2 known values? yet the only known factors in this regard is resolution and FOCAL_LENGTH = 50*128
6400?
Can someone help explain where to enter a custom fov or focal length if the number is already known and don't need trace to calculate that value. thank you!
preprocessing_utils.py
line 233
FOCAL_LENGTH = 50*128
Hello. I am trying to figure out where trace is getting the camera fov?
The closest I can find is numpy camera intrinsics but I also see this variable to Focal Length. Isn't focal length arbitrary since it relies on a formula between 2 known values? yet the only known factors in this regard is resolution and FOCAL_LENGTH = 50*128
6400?
Can someone help explain where to enter a custom fov or focal length if the number is already known and don't need trace to calculate that value. thank you!