-
Notifications
You must be signed in to change notification settings - Fork 25
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 parameters #1
Comments
Yes, it does. The intrinsics and extrinsics are provided in the dataset (see the project site for download). |
I checked the calibration folder, but there are 10 extrinsic.yml files. It is supposed to be 8, right? because we only have 8 fixed cameras. Additionally, each extrinsic.yml file has more than one set of extrinsics. I do not understand how to decode this yml file. Could you please explain how to understand the info in extrinsic.yml file? Thank you! |
The 10 extrinsic.yml files correspond to the 10 subjects. We captured each subject in different dates so we re-calibrated the cameras before capturing a subject. If you open Each extrinsics.yml file contains the extrinsics for all the 8 cameras. For example, if you open
To understand how we consume these extrinsics files, you can look at the example of the interactive 3D viewer. The extrinsics are loaded in this line. |
Thanks for the really cool work and the dataset.
I am just wondering, does that released dataset contains camera parameters(extrinsic and intrinsic)?
Thank you!
The text was updated successfully, but these errors were encountered: