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

Kitti Inference #10

Open
cbiras opened this issue Jan 10, 2022 · 1 comment
Open

Kitti Inference #10

cbiras opened this issue Jan 10, 2022 · 1 comment

Comments

@cbiras
Copy link

cbiras commented Jan 10, 2022

Hello! I was wondering how was the calibration file constructed, for the kitti video example. I am trying to run the model on other kitti videos, but the calibration files are looking entirely different. Thank you!

@gengshan-y
Copy link
Owner

Hi, the calibration format is follows
$seqname=name-of-image-folder
$seqname-calib.txt

f1, pxn,pyn
...
fn, pxn,pyn

fn is the focal length of n-th image
pxn and pyn are the x,y principal point of the n-th image.

We assume square pixels where fx=fy and skew=0.

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