文件名称:waifu2x-converter-cpp-1.1.1
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-02-19
- 文件大小:
- 6.94mb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
针对动画风格图片进行超分辨率的一种算法,基于卷积神经网络实现。-A super-resolution algorithm for image animation style, convolution-based neural network.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.gitignore
appendix
........\allconv.sed
........\hints-jp.md
........\README-jp.md
........\waifu2x-commented.py
........\waifu2x-nocuda
........\..............\export_model_nocuda.lua
........\..............\lib
........\..............\...\image_loader.lua
........\..............\...\iproc.lua
........\..............\...\LeakyReLU.lua
........\..............\...\minibatch_adam.lua
........\..............\...\pairwise_transform.lua
........\..............\...\reconstruct.lua
........\..............\...\settings.lua
........\..............\...\srcnn.lua
........\..............\waifu2x.lua
include
.......\picojson.h
.......\tclap
.......\.....\Arg.h
.......\.....\ArgException.h
.......\.....\ArgTraits.h
.......\.....\CmdLine.h
.......\.....\CmdLineInterface.h
.......\.....\CmdLineOutput.h
.......\.....\Constraint.h
.......\.....\DocBookOutput.h
.......\.....\HelpVisitor.h
.......\.....\IgnoreRestVisitor.h
.......\.....\Makefile.am
.......\.....\Makefile.in
.......\.....\MultiArg.h
.......\.....\MultiSwitchArg.h
.......\.....\OptionalUnlabeledTracker.h
.......\.....\StandardTraits.h
.......\.....\StdOutput.h
.......\.....\SwitchArg.h
.......\.....\UnlabeledMultiArg.h
.......\.....\UnlabeledValueArg.h
.......\.....\ValueArg.h
.......\.....\ValuesConstraint.h
.......\.....\VersionVisitor.h
.......\.....\Visitor.h
.......\.....\XorHandler.h
.......\.....\ZshCompletionOutput.h
LICENSE
models
......\noise1_model.json
......\noise2_model.json
......\scale2.0x_model.json
README.md
src
...\convertRoutine.cpp
...\convertRoutine.hpp
...\main.cpp
...\modelHandler.cpp
...\modelHandler.hpp
...\test.cpp