enhancementhelp wantedspoken-to-signed
仓库指标
- 星标
- (777 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Expected Behavior
The human pose viewer should be able to generate any face based on an encoding of a single image.
Actual Behavior
The current human pose viewer is limited to generating two people.
Ideas
Use something like https://arxiv.org/pdf/2103.06902.pdf

Or like that - https://vcai.mpi-inf.mpg.de/projects/Styleposegan/
Whenever a new person is selected by uploading an image, create and encode a texture map into a vector. This process can be slow, as it happens once per person. (If a person is selected based on the existing catalog, we already have their vectors)
Given the latent vector, generate video based on that vector and a pose sequence