登录
首页 » Python » SRCNN-Tensorflow

SRCNN-Tensorflow

于 2020-11-28 发布 文件大小:40540KB
0 203
下载积分: 1 下载次数: 29

代码说明:

  SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)

文件列表:

SRCNN-Tensorflow
SRCNN-Tensorflow\.git
SRCNN-Tensorflow\.gitignore
SRCNN-Tensorflow\.git\branches
SRCNN-Tensorflow\.git\config
SRCNN-Tensorflow\.git\description
SRCNN-Tensorflow\.git\HEAD
SRCNN-Tensorflow\.git\hooks
SRCNN-Tensorflow\.git\hooks\applypatch-msg.sample
SRCNN-Tensorflow\.git\hooks\commit-msg.sample
SRCNN-Tensorflow\.git\hooks\post-update.sample
SRCNN-Tensorflow\.git\hooks\pre-applypatch.sample
SRCNN-Tensorflow\.git\hooks\pre-commit.sample
SRCNN-Tensorflow\.git\hooks\pre-push.sample
SRCNN-Tensorflow\.git\hooks\pre-rebase.sample
SRCNN-Tensorflow\.git\hooks\prepare-commit-msg.sample
SRCNN-Tensorflow\.git\hooks\update.sample
SRCNN-Tensorflow\.git\index
SRCNN-Tensorflow\.git\info
SRCNN-Tensorflow\.git\info\exclude
SRCNN-Tensorflow\.git\logs
SRCNN-Tensorflow\.git\logs\HEAD
SRCNN-Tensorflow\.git\logs\refs
SRCNN-Tensorflow\.git\logs\refs\heads
SRCNN-Tensorflow\.git\logs\refs\heads\master
SRCNN-Tensorflow\.git\logs\refs\remotes
SRCNN-Tensorflow\.git\logs\refs\remotes\origin
SRCNN-Tensorflow\.git\logs\refs\remotes\origin\HEAD
SRCNN-Tensorflow\.git\objects
SRCNN-Tensorflow\.git\objects\info
SRCNN-Tensorflow\.git\objects\pack
SRCNN-Tensorflow\.git\objects\pack\pack-dbd6a604e1866e91edabf7286692f0cef22a1343.idx
SRCNN-Tensorflow\.git\objects\pack\pack-dbd6a604e1866e91edabf7286692f0cef22a1343.pack
SRCNN-Tensorflow\.git\packed-refs
SRCNN-Tensorflow\.git\refs
SRCNN-Tensorflow\.git\refs\heads
SRCNN-Tensorflow\.git\refs\heads\master
SRCNN-Tensorflow\.git\refs\remotes
SRCNN-Tensorflow\.git\refs\remotes\origin
SRCNN-Tensorflow\.git\refs\remotes\origin\HEAD
SRCNN-Tensorflow\.git\refs\tags
SRCNN-Tensorflow\checkpoint
SRCNN-Tensorflow\LICENSE
SRCNN-Tensorflow\main.py
SRCNN-Tensorflow\model.py
SRCNN-Tensorflow\README.md
SRCNN-Tensorflow\result
SRCNN-Tensorflow\result\bicubic.png
SRCNN-Tensorflow\result\orig.png
SRCNN-Tensorflow\result\srcnn.png
SRCNN-Tensorflow\sample
SRCNN-Tensorflow\Test
SRCNN-Tensorflow\Test\Set14
SRCNN-Tensorflow\Test\Set14\baboon.bmp
SRCNN-Tensorflow\Test\Set14\barbara.bmp
SRCNN-Tensorflow\Test\Set14\bridge.bmp
SRCNN-Tensorflow\Test\Set14\coastguard.bmp
SRCNN-Tensorflow\Test\Set14\comic.bmp
SRCNN-Tensorflow\Test\Set14\face.bmp
SRCNN-Tensorflow\Test\Set14\flowers.bmp
SRCNN-Tensorflow\Test\Set14\foreman.bmp
SRCNN-Tensorflow\Test\Set14\lenna.bmp
SRCNN-Tensorflow\Test\Set14\man.bmp
SRCNN-Tensorflow\Test\Set14\monarch.bmp
SRCNN-Tensorflow\Test\Set14\pepper.bmp
SRCNN-Tensorflow\Test\Set14\ppt3.bmp
SRCNN-Tensorflow\Test\Set14\zebra.bmp
SRCNN-Tensorflow\Test\Set5
SRCNN-Tensorflow\Test\Set5\baby_GT.bmp
SRCNN-Tensorflow\Test\Set5\bird_GT.bmp
SRCNN-Tensorflow\Test\Set5\butterfly_GT.bmp
SRCNN-Tensorflow\Test\Set5\head_GT.bmp
SRCNN-Tensorflow\Test\Set5\woman_GT.bmp
SRCNN-Tensorflow\Train
SRCNN-Tensorflow\Train\t1.bmp
SRCNN-Tensorflow\Train\t10.bmp
SRCNN-Tensorflow\Train\t11.bmp
SRCNN-Tensorflow\Train\t12.bmp
SRCNN-Tensorflow\Train\t13.bmp
SRCNN-Tensorflow\Train\t14.bmp
SRCNN-Tensorflow\Train\t15.bmp
SRCNN-Tensorflow\Train\t16.bmp
SRCNN-Tensorflow\Train\t17.bmp
SRCNN-Tensorflow\Train\t18.bmp
SRCNN-Tensorflow\Train\t19.bmp
SRCNN-Tensorflow\Train\t2.bmp
SRCNN-Tensorflow\Train\t20.bmp
SRCNN-Tensorflow\Train\t21.bmp
SRCNN-Tensorflow\Train\t22.bmp
SRCNN-Tensorflow\Train\t23.bmp
SRCNN-Tensorflow\Train\t24.bmp
SRCNN-Tensorflow\Train\t25.bmp
SRCNN-Tensorflow\Train\t26.bmp
SRCNN-Tensorflow\Train\t27.bmp
SRCNN-Tensorflow\Train\t28.bmp
SRCNN-Tensorflow\Train\t29.bmp
SRCNN-Tensorflow\Train\t3.bmp
SRCNN-Tensorflow\Train\t30.bmp
SRCNN-Tensorflow\Train\t31.bmp
SRCNN-Tensorflow\Train\t32.bmp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shiyan
    用于植物叶片分类的图形界面,是Matlab源码,用BP神经网络实现(For plant leaf classification graphical interface, the Matlab source code, using BP neural network)
    2013-10-11 09:10:49下载
    积分:1
  • BFSPDFS
    广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。 (Breadth-first search and depth-first search in the network topology is realized. Breadth-first search is started from a node, searching all the nodes connected to its line, in accordance with the breadth direction as extracapsular extension, until no repeat traverse all nodes depth-first search is started from a node along its search to the first nodes deepening it, when it can not go any further, backtracking node, and then back again in the beginning of a node depth search in the other direction until the non-repetition of the traverse all nodes.)
    2013-08-10 10:37:12下载
    积分:1
  • Gimp-trainning
    Gimp trainning 图形处理教程,适合自学者(Gimp trainning graphics)
    2011-09-30 20:30:38下载
    积分:1
  • demo_mtjsrc_OxfordFlower_17
    此程序为袁晓彤CVPR论文“基于多任务联合稀疏表示的的视觉分类”的主代码部分(The program for Yuan Xiaotong CVPR paper " visual classification with Muti-task joint sparse representation" main code of the parts)
    2013-09-16 14:06:25下载
    积分:1
  • gmm
    EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
    2015-11-19 16:20:15下载
    积分:1
  • imagequality
    说明:  自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵(I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy)
    2008-11-10 09:52:34下载
    积分:1
  • 修补
    说明:  利用那些已经被破坏的区域的边缘, 即边缘的颜色和结构,根据这些图像留下的信息去推断被破坏的信息区的信息内容,然后对破坏区进行填补 ,以达到图像修补的目的(Using the edge of the damaged area, i.e. the color and structure of the edge, the information content of the damaged information area can be inferred from the information left by these images, and then the damaged area can be filled to achieve the purpose of image repair.)
    2019-03-15 17:20:57下载
    积分:1
  • homework
    应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张(Used in the field of computer vision, using homography information will be combined into a two picture)
    2009-09-14 22:19:39下载
    积分:1
  • JPEG2000-Codes---All-in-one-Folder
    This is the basic code implementing jpeg2000 in matlab
    2012-01-06 15:29:44下载
    积分:1
  • zhangwen
    说明:  掌纹识别palm print recognition software(gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology )(Palmprint identification palm print recognition software (gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology))
    2008-10-28 16:57:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载