Now using both the methods, I am getting different K mattress. For eg for georgiatech_covid_09_2, from 1st method, I got
[[150.0, 0.0, 255.5]
[0.0, 150.0, 255.5]
[0.0, 0.0, 1.0]]
From 2nd method, i.e. the code, I wrote, I got intrinsic mattress as
[[610.52437819, 0, 703.5 ]
[ 0, 610.52437819, 703.5 ]
[ 0, 0, 1 ]]
Hello,
Thank you for amazing work on EgoExo4D dataset!
I have a doubt regarding intrinsic parameters!
For Aria "camera-rgb" sensor, I can get intrinsic parameters from two sources:
Using projectaria_tools, example code below:
Now using both the methods, I am getting different K mattress. For eg for georgiatech_covid_09_2, from 1st method, I got [[150.0, 0.0, 255.5] [0.0, 150.0, 255.5] [0.0, 0.0, 1.0]]
From 2nd method, i.e. the code, I wrote, I got intrinsic mattress as [[610.52437819, 0, 703.5 ] [ 0, 610.52437819, 703.5 ] [ 0, 0, 1 ]]
I am confused, why are these values different??
Please let me know, thanks :) Best regards :)