facebookresearch/InterWild

how to calculate Camera_FOV by focal and princpt in dataset??

Opened this issue · 4 comments

thanks

https://www.edmundoptics.com/knowledge-center/application-notes/imaging/understanding-focal-length-and-field-of-view/

so fov_x = 2 * np.arctan(667 / (2 * camera_param['focal'][1])) where the 667 means the image width.
Is that right?
and princpt is not neccessary in calculate FOV

https://www.edmundoptics.com/knowledge-center/application-notes/imaging/understanding-focal-length-and-field-of-view/

I think image size is not the same thing as Camera_Sensor_size and where I can get the Sensor_Size?