Skip to content

Anh15052001/CVPR2022-DaGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENHANCED DATA DAGAN (TCOM)

Results

Installation

  1. Download pretrain model
  1. Install packages

    cd DaGan
    pip install -r requirements.txt
    ## Install the Face Alignment library
    cd face-alignment
    python setup.py install

3, Run demo

python demo.py  --config config/vox-adv-256.yaml --driving_video video/name_video --source_image image/name_image --checkpoint checkpoint/name_checkpoint --relative --adapt_scale --kp_num 15 --generator DepthAwareGenerator 

The result will be stored in result.mp4.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Jupyter Notebook 4.7%
  • Dockerfile 0.3%