基于深度学习的图像合成 Deep Painterly Harmonization

码农软件 · 软件分类 · 机器学习/深度学习 · 2019-08-05 15:29:55

软件介绍

Deep Painterly Harmonization 是论文"Deep Painterly Harmonization"的程序实现,包含代码和数据。

深度绘画融合(Deep Painterly Harmonization)引入了一种称为 two-pass 的算法让补丁图以一致风格自然融入主图。

two-pass 算法:第一阶段进行大致协调,第二阶段精细化视觉质量。第一阶段达到单一尺度的大致协调,作为第二阶段的起点,来实现精细的多尺度改善。

项目代码基于 Torch,已在 Ubuntu 16.04 LTS 上通过测试。

依赖

CUDA backend

示例

  

  

版权声明:本软件仅用于学术和非商业用途。

本文地址:https://www.codercto.com/soft/d/11706.html

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java

Robert Lafore / Sams / 2002-11-06 / USD 64.99

Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试