Diffusion-Video-Autoencoders
Diffusion-Video-Autoencoders copied to clipboard
An official implementation of "Diffusion Video Autoencoders: Toward Temporally Consistent Face Video Editing via Disentangled Video Encoding" (CVPR 2023) in PyTorch.
Hi @man805 Great work, congratulations. I'm really interested in your work, but for a different task. I'm trying to use the code to perform perform video auto-encoding. I do not...
Thanks for the wonderful work. Could the author provide the preprocessed Voxceleb1 dataset?
I am trying to fine-tune the model on a different face dataset. However I am getting the following error. ``` Traceback (most recent call last): File "run_train.py", line 8, in...