-
Notifications
You must be signed in to change notification settings - Fork 99
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
How to generate 20-dimensional landmark through Obama video frames? #7
Comments
1). Not sure what you mean by dumps and "removed video". But a single video is sometimes split into multiple sections because the view changes (e.g. camera zoom) |
In addition, how to upload your code, I will be very looking forward to it! Thank you again for your reply! |
@supasorn Will you be able to upload the full pipeline code in the near future? It'd be of immense help. Thank you for this awesome project anyway! |
Definitely would be appreciated if the complete code could be uploaded. |
i think he will upload after a thousand years |
Hello, I recently researched the code of the Synthesizing Obama network you wrote. The video got 2 or 3 or 4 dump files after the 29.97 fps sequence. I have two questions about this:
(1) For a single obama video, if the beginning and end of the removed video does not contain the character part, why is it divided into multiple dumps in the middle, what is the reason for doing this?
(2) For the mouth feature, you use the way to detect the mouth mark, giving 18 points along the outer and inner contours of the lip. We reshaped each 18-point shape into a 36-D vector, applied PCA on all frames, and represented each mouth shape by the coefficients of the first 20 PCA coefficients. But there is no such part in the code you give, is it convenient to put this up because it makes us look like a black box?
I am looking forward to your time to answer my current questions, thank you very much!
The text was updated successfully, but these errors were encountered: