7 Star 22 Fork 4

Gitee 极速下载/FastPhotoStyle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/NVIDIA/FastPhotoStyle
克隆/下载
demo_example1.sh 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ming-Yu Liu 提交于 7年前 . Add the tutorial page
mkdir images -p && mkdir results -p;
rm images/content1.png -rf;
rm images/style1.png -rf;
rm results/demo_result_example1.png
cd images;
axel -n 1 http://freebigpictures.com/wp-content/uploads/shady-forest.jpg --output=content1.png;
axel -n 1 https://vignette.wikia.nocookie.net/strangerthings8338/images/e/e0/Wiki-background.jpeg/revision/latest?cb=20170522192233 --output=style1.png;
convert -resize 25% content1.png content1.png;
convert -resize 50% style1.png style1.png;
cd ..;
python demo.py;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/FastPhotoStyle.git
git@gitee.com:mirrors/FastPhotoStyle.git
mirrors
FastPhotoStyle
FastPhotoStyle
master

搜索帮助