You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering ıf it would be possible to re use the data that is generated (probably) while tracking the head it one place to put it in it's original place.
use case:
after processing a video with animegan2 the head would be in its own place so the original head can be replaced with the animegan version easliy.
right now I can do it by tracking the original head and using the tracking data to put the processed head in place but it is too jumpy...
The text was updated successfully, but these errors were encountered:
Hi, I don't quite get what you mean by re-using the generated data to put in it's original place.
Is it like [crop the head -> model inference -> put back to original image]?
or like warp the previous generated frame using optical flow?
So If I understand correctly the script detects the face, stabilize and than process it. And the reseult is like in this video. https://youtu.be/fZ3AqJwcPhU
When I want to replace the real face ( in the target video) with the toonified one, the toonified one is jumpy (becouse of the face detect and stabilization)
I was wondering if it is possible to use the stabilization data that the script generated by head tracking in the first place, reverse it and apply to the final image? So it will have the original movement and size and it will follow the head as it was in the original video.
I was wondering ıf it would be possible to re use the data that is generated (probably) while tracking the head it one place to put it in it's original place.
use case:
after processing a video with animegan2 the head would be in its own place so the original head can be replaced with the animegan version easliy.
right now I can do it by tracking the original head and using the tracking data to put the processed head in place but it is too jumpy...
The text was updated successfully, but these errors were encountered: