sign/translate

Human Pose Viewer - Generate any person based on an image

開放

#33 建立於 2021年12月21日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (164 個分叉)auto 404
enhancementhelp wantedspoken-to-signed

倉庫指標

星標
 (777 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 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 image

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

貢獻者指南