Skip to content
forked from edenton/drnet-py

Final Project for CMU 10708 Probabilistic Graphical Model

Notifications You must be signed in to change notification settings

ldf921/drnet-py

 
 

Repository files navigation

10708 Final Project: Video Content Swap Using GAN

Tingfung Lau, Sailun Xu and Xinze Wang.

Based on PyTorch implementation of drnet by the orignal author.

Preparing Dataset

Please refer drnet for downloading and preprocessing the data set.

Custom training

To run with the original setting

python train_drnet.py --dataset kth --data_root ../datasets --image_width 128

To use AlphaPose as pose encoder

python train_drnet.py --dataset kth --data_root ../datasets --image_width 128 --pose --pose_dim 35

To use AlphaPose as pose encoder and use GAN loss

python train_drnet.py --dataset kth --data_root ../datasets --image_width 128 --pose --pose_dim 35 --swap_loss gan

About

Final Project for CMU 10708 Probabilistic Graphical Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.3%
  • Python 11.5%
  • Other 0.2%