mbzuai-metaverse / VOODOO3D-official

Official implementation for the paper "VOODOO 3D: Volumetric Portrait Disentanglement for One-Shot 3D Head Reenactment"
https://p0lyfish.github.io/voodoo3d
MIT License
120 stars 6 forks source link

I tested your code, it worked Will there be result code for live video and Reenactment? #7

Closed D-Mad closed 2 weeks ago

D-Mad commented 3 weeks ago

I tested your code, it worked Will there be result code for live video and Reenactment?

image

P0lyFish commented 3 weeks ago

Hi,

We currently do not have plans to release the real-time demo code. The demo involves significant engineering work and is tailored to specific hardware, making it challenging to support and less relevant from an academic standpoint.

To achieve real-time performance, we utilized FP16 and TensorRT optimization, along with extensive optimizations in the data preprocessing part.