st186 / BoGAN

Pytorch implementation for “Scripted Video Generation with a Bottom-up Generative Adversarial Network”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoGAN

Pytorch implementation for “Scripted Video Generation with a Bottom-up Generative Adversarial Network”

Dataset

We have released the datasets we use in the paper “Scripted Video Generation with a Bottom-up Generative Adversarial Network”, including

  • Single-Digit Bouncing MNIST GIFs (SBMG)

  • Two-Digit Bouncing MNIST GIFs (TBMG)

  • MSVD and MSVD Cooking

Download Text--to--Video Generation dataset:

  1. Text--to--Video Generation (Baidu Yun) Password: z69q

  2. Text--to--Video Generation (Google Drive)

Training

Stage I: Optimise the alignment model in DAMSM, e.g., for SBMG dataset:

bash run_one.sh

Stage II: Optimise the generator and discriminators in BoGAN, e.g., for SBGM dataset:

bash run_one.sh

Testing

bash run_test_one.sh

About

Pytorch implementation for “Scripted Video Generation with a Bottom-up Generative Adversarial Network”


Languages

Language:Python 96.3%Language:Shell 3.7%