Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera extrinsics parameters #33

Open
LuPaoPao opened this issue Jan 7, 2023 · 1 comment
Open

Camera extrinsics parameters #33

LuPaoPao opened this issue Jan 7, 2023 · 1 comment

Comments

@LuPaoPao
Copy link

LuPaoPao commented Jan 7, 2023

At the same time, the relative positions of different cameras remain the same.
However, the relative positions of camera extrinsics parameters (['extrinsics']['location']) in the data set are constantly changing.

i=99
list(map(lambda x: x[0]-x[1], zip(infos_left_stereo['frames'][i]['extrinsics']['location'], infos_front['frames'][i]['extrinsics']['location'])))
[5.054473876953125e-05, -0.199981689453125, 8.225440979003906e-06]
i=100
list(map(lambda x: x[0]-x[1], zip(infos_left_stereo['frames'][i]['extrinsics']['location'], infos_front['frames'][i]['extrinsics']['location'])))
[-0.1999969482421875, -7.62939453125e-05, -1.1920928955078125e-07]

infos_front['frames'][i]['videoName']
'0016-1b62'
infos_left_stereo['frames'][i]['videoName']
'0016-1b62'
infos_left_stereo['frames'][i]['name']
'00000490_img_left_stereo.jpg'
infos_front['frames'][i]['name']
'00000490_img_front.jpg'

@GANWANSHUI
Copy link

Hi, I also have some problems with the camera parameters. May I have your contact for a consult? Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants