Open jbilcke-hf opened 2 months ago
Currently we always have the same video for the Live Portrait workflow.
that is because this workflow is pretty new, and we are only getting started.
The global master plan is to both add more and better driving videos, and also custom user-defined videos (there is a ticket for that: #75)
I've started creating a system to automatically pick a driving video from a fixed set (the idea is to answer to common blocking scenarios)
But this is not finished (code is in findRealisticDrivingVideo())
findRealisticDrivingVideo()
Context
Currently we always have the same video for the Live Portrait workflow.
that is because this workflow is pretty new, and we are only getting started.
The global master plan is to both add more and better driving videos, and also custom user-defined videos (there is a ticket for that: #75)
Solution
I've started creating a system to automatically pick a driving video from a fixed set (the idea is to answer to common blocking scenarios)
But this is not finished (code is in
findRealisticDrivingVideo()
)