- 授权协议: BSD
- 开发语言: Python
- 操作系统: Linux
- 软件首页: https://github.com/affinelayer/pix2pix-tensorflow
- 软件文档: https://coyee.com/article/11836-pix2pix-tensorflow-tensorflow-port-of-image-to-image-translation-with-conditional-adversarial-nets
软件介绍
pix2pix-tensorflow 实现了利用 Tensorflow 从一种图像转译成另一种图像的生成技术。基于 pix2pix 实现。pix2pix-tensorflow 将 pix2pix 中的 Torch 移植为 Tensorflow,同时包含来自 Torch 移植过来的色彩空间转换代码。
要求:Tensorflow 0.12.1
推荐:Linux with Tensorflow GPU edition + cuDNN
效果:
使用方法:
# clone this repo git clone https://github.com/affinelayer/pix2pix-tensorflow.git cd pix2pix-tensorflow # download the CMP Facades dataset http://cmp.felk.cvut.cz/~tylecr1/facade/ python tools/download-dataset.py facades # train the model (this may take 1-8 hours depending on GPU, on CPU you will be waiting for a bit) python pix2pix.py --mode train --output_dir facades_train --max_epochs 200 --input_dir facades/train --which_direction BtoA # test the model python pix2pix.py --mode test --output_dir facades_test --input_dir facades/val --checkpoint facades_train # Resize source images python tools/process.py --input_dir photos/original --operation resize --output_dir photos/resized # Create images with blank centers python tools/process.py --input_dir photos/resized --operation blank --output_dir photos/blank # Combine resized images with blanked images python tools/process.py --input_dir photos/resized --b_dir photos/blank --operation combine --output_dir photos/combined # Split into train/val set python tools/split.py --dir photos/combined
翻转课堂的可汗学院
萨尔曼·可汗(Salman Khan) / 刘婧 / 浙江人民出版社 / 2014-4-1 / 49.00元
MIT和哈佛毕业的高材生缘何放弃金融分析师工作投身教育事业?YouTube上的“可汗学院频道”至今共吸引了163.3万订阅者,观看次数超过3.55亿次,它为什么如此大受欢迎?创始人萨尔曼·可汗阐述属于未来的教育理念——让地球上的任何人都能随时随地享受世界一流的免费教育! 现行教育模式已有200余年历史,可汗认为,在互联网蓬勃发展、社交网络盛况空前的时代,免费、灵活、适合个体、全球共享的教育才......一起来看看 《翻转课堂的可汗学院》 这本书的介绍吧!
