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

Estimate Camera Parameters #365

Open
jamesyoung0623 opened this issue Sep 7, 2023 · 7 comments
Open

Estimate Camera Parameters #365

jamesyoung0623 opened this issue Sep 7, 2023 · 7 comments

Comments

@jamesyoung0623
Copy link

Hello,
Thanks for sharing the great work!
I am now trying to run on monocular videos: https://chingswy.github.io/easymocap-public-doc/develop/03_fitsmpl_monocular.html#try-the-code
I got the estimated smpl parameters, but I don't know how to get the corresponding camera parameters.
Is there any way to get the estimated camera parameters?
Thank you!

@Dipankar1997161
Copy link

Hello,

I think for monocular videos and images, the camera files generated is created through the following file:
apps/calibration/create_blank_camera.py

@gushengbo
Copy link

Hello,

I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

@Dipankar1997161
Copy link

Dipankar1997161 commented Oct 31, 2023

Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.

That's the necessity for multi-view

@gushengbo
Copy link

Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.

That's the necessity for multi-view

OK, thank you very much!

@gushengbo
Copy link

Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.

That's the necessity for multi-view

Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?

@Dipankar1997161
Copy link

Dipankar1997161 commented Oct 31, 2023

Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.
That's the necessity for multi-view

Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?

For intri you need focal length, camera centers. And distortion( optional )
For extri, you need Roation, translation and Rodriguez

Regarding the file format, please check any create_camera.py in this repo. Or check Easymocap Web page, there also they covered the structure of these files in yaml format

@gushengbo
Copy link

Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py

Hello, when I run on multi view videos, whether the camera files will be created?

Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.
That's the necessity for multi-view

Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?

For intri you need focal length, camera centers. And distortion( optional ) For extri, you need Roation, translation and Rodriguez

Regarding the file format, please check any create_camera.py in this repo. Or check Easymocap Web page, there also they covered the structure of these files in yaml format

I get it. Thank you!

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

3 participants