zfang399 / AlignNet

AlignNet: A Unifying Approach to Audio-Visual Alignment (WACV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlignNet

This is the codebase for "AlignNet: A Unifying Approach to Audio-Visual Alignment", WACV 2020

Project page: https://jianrenw.github.io/AlignNet/
Paper: https://arxiv.org/abs/2002.05070

Dance50 Dataset:

The dataset can be downloaded from this link.

Training:

python3 train.py --mode train --local_distortion --global_stretch --global_shift --experiment_name YOUR_EXPERIMENT_NAME --log_dir YOUR_LOG_DIRECTORY

Remove the flags --local_distortion, --local_distortion, --local_distortion if you want to keep only some of the three manipulations.

About

AlignNet: A Unifying Approach to Audio-Visual Alignment (WACV 2020)


Languages

Language:Python 100.0%