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 parameters #39

Open
vipinsdk opened this issue Sep 23, 2024 · 0 comments
Open

Camera parameters #39

vipinsdk opened this issue Sep 23, 2024 · 0 comments

Comments

@vipinsdk
Copy link

Hello Zielon,

I am capturing a dataset consisting of multiple camera videos. I want to get the flame parameters for each camera separately and that is why i am running this code on each video separately, and the model provides good results when it uses the pytorch3d's PerspectiveCameras to generate the initial R and T and then optimize it over the training process. I tried changing the code to accept the R and T and also the principal point and focal length from the already calibrated cameras and remove optimization for R and T since it is known and fixed, But the output is not as expected: there are a lot of differences and also in some of the frames the flame mesh is not even completely formed.

  1. Could you tell me how I can include the camera parameters in the training phase
  2. If there is a way to use the pytorch3d's perspective cameras to generate the flame parameters and then rotate the mesh based on the pre-calibrated R and T. (I tried this approach but the flame mesh does not align with the face from original video)

Thanks in advance.

With Regards,
Vippin

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

1 participant