less than 1 minute read

1 综述

2 图像生成

2.1 序列

2.2 跨模态

2.2.1 文本

  1. Text2Shape: Generating Shapes from Natural Language by Learning Joint Embeddings
    2018 Paper | Tensorflow-Offical WGAN | Project
    根据文本生成彩色三维图像,使用了 Wasserstein GAN;

2.3 3D

2.4 应用

2.4.1 人脸

2.4.2 场景生成

2.4.3 纹理生成

  1. Precomputed real-time texture synthesis with markovian generative adversarial networks
    ECCV 2016 2016-04-15 paper | torch

TOP

附录

A 参考资料

[1]. dragonlong. Trending in 3D Vision[EB/OL]. https://github.com/dragonlong/Trending-in-3D-Vision. -/2019-03-28.
[2]. timzhang641. 3D-Machine-Learning[EB/OL]. https://github.com/timzhang642/3D-Machine-Learning. -/2019-03-28.

Comments