vid2vid 视频到视频转换

2018-08-20  本文已影响1504人  iOSDevLog

vid2vid

teaser.gif

Pytorch实现了我们的高分辨率(例如2048x1024)逼真的视频到视频转换方法。

[项目] [YouTube]

论文将于8月20日在Arxiv上发布。

Pytorch实现了我们的高分辨率(例如,2048x1024)逼真的视频到视频转换方法。它可用于将语义标签贴图转换为照片般逼真的视频,合成人们从边缘地图谈话,或从姿势生成人体。

视频到视频合成 Video-to-Video Synthesis

Ting-Chun Wang1, Ming-Yu Liu1, Jun-Yan Zhu2, Guilin Liu1, Andrew Tao1, Jan Kautz1, Bryan Catanzaro1
1NVIDIA Corporation, 2MIT CSAIL In arXiv, 2018.

视频到视频翻译

city_change_styles.gif city_change_labels.gif face.gif face_multiple.gif pose.gif

先决条件

入门

安装

pip install dominate requests
git clone https://github.com/NVIDIA/vid2vid
cd vid2vid

测试

python scripts/download_models.py
#!./scripts/test_2048.sh
python test.py --name label2city_2048 --loadSize 2048 --n_scales_spatial 3 --use_instance --fg --use_single_G

测试结果将保存到./results/label2city_2048/test_latest/index.html中。

数据集

训练

全速(2k x 1k)分辨率训练

使用您自己的数据集进行培训

更多培训/测试详情

引文

如果您发现这对您的研究有用,请使用以下内容。

@article{wang2018vid2vid,
  title={Video-to-Video Synthesis},
  author={Ting-Chun Wang and Ming-Yu Liu and Jun-Yan Zhu and Guilin Liu and Andrew Tao and Jan Kautz and Bryan Catanzaro},  
  journal={arXiv},
  year={2018}
}

致谢

这段代码大量借用了pytorch-CycleGAN-and-pix2pixpix2pixHD

原文:https://github.com/NVIDIA/vid2vid

上一篇下一篇

猜你喜欢

热点阅读