登录
首页 » Python » DeepCrack

DeepCrack

于 2021-04-09 发布
0 258
下载积分: 1 下载次数: 0

代码说明:

说明:  裂纹是典型的线结构,在许多计算机视觉应用中都很有趣。在实际应用中,路面裂缝等许多裂缝连续性差、对比度低,给利用低层特征进行基于图像的裂缝检测带来了很大的挑战。在本文中,我们提出了深度裂纹——一个端到端可训练的深度卷积神经网络,通过学习用于裂纹表示的高级特征来自动检测裂纹。该方法将在层次卷积阶段学习到的多尺度深度卷积特征融合在一起,以获取线路结构。更详细的表示在大比例尺的feature maps中进行,更全面的表示在小比例尺的feature maps中进行。我们在SegNet的编码器解码器架构上构建深度裂纹网,并对在相同尺度下在编码器网络和解码器网络中生成的卷积特征进行配对融合。(Cracks are typical line structures that are of interest in many computer-vision applications. In practice, many cracks, e.g., pavement cracks, show poor continuity and low contrast, which bring great challenges to image-based crack detection by using low-level features. In this paper, we propose DeepCrack---an end-to-end trainable deep convolutional neural network for automatic crack detection by learning high-level features for crack representation. In this method, multi-scale deep convolutional features learned at hierarchical convolutional stages are fused together to capture the line structures. More detailed representations are made in larger scale feature maps and more holistic representations are made in smaller scale feature maps. We build DeepCrack net on the encoder decoder architecture of SegNet and pairwisely fuse the convolutional features generated in the encoder network and in the decoder network at the same scale.)

文件列表:

DeepCrack, 0 , 2020-10-17
DeepCrack\.git, 0 , 2020-10-17
DeepCrack\.git\HEAD, 23 , 2020-10-17
DeepCrack\.git\config, 303 , 2020-10-17
DeepCrack\.git\description, 73 , 2020-10-17
DeepCrack\.git\hooks, 0 , 2020-10-17
DeepCrack\.git\hooks\applypatch-msg.sample, 478 , 2020-10-17
DeepCrack\.git\hooks\commit-msg.sample, 896 , 2020-10-17
DeepCrack\.git\hooks\fsmonitor-watchman.sample, 3327 , 2020-10-17
DeepCrack\.git\hooks\post-update.sample, 189 , 2020-10-17
DeepCrack\.git\hooks\pre-applypatch.sample, 424 , 2020-10-17
DeepCrack\.git\hooks\pre-commit.sample, 1638 , 2020-10-17
DeepCrack\.git\hooks\pre-push.sample, 1348 , 2020-10-17
DeepCrack\.git\hooks\pre-rebase.sample, 4898 , 2020-10-17
DeepCrack\.git\hooks\pre-receive.sample, 544 , 2020-10-17
DeepCrack\.git\hooks\prepare-commit-msg.sample, 1492 , 2020-10-17
DeepCrack\.git\hooks\update.sample, 3610 , 2020-10-17
DeepCrack\.git\index, 3375 , 2020-10-17
DeepCrack\.git\info, 0 , 2020-10-17
DeepCrack\.git\info\exclude, 240 , 2020-10-17
DeepCrack\.git\logs, 0 , 2020-10-17
DeepCrack\.git\logs\HEAD, 186 , 2020-10-17
DeepCrack\.git\logs\refs, 0 , 2020-10-17
DeepCrack\.git\logs\refs\heads, 0 , 2020-10-17
DeepCrack\.git\logs\refs\heads\master, 186 , 2020-10-17
DeepCrack\.git\logs\refs\remotes, 0 , 2020-10-17
DeepCrack\.git\logs\refs\remotes\origin, 0 , 2020-10-17
DeepCrack\.git\logs\refs\remotes\origin\HEAD, 186 , 2020-10-17
DeepCrack\.git\objects, 0 , 2020-10-17
DeepCrack\.git\objects\info, 0 , 2020-10-28
DeepCrack\.git\objects\pack, 0 , 2020-10-17
DeepCrack\.git\objects\pack\pack-34efcbab4f1f2cc4ba308e8e137e64429842d058.idx, 8156 , 2020-10-17
DeepCrack\.git\objects\pack\pack-34efcbab4f1f2cc4ba308e8e137e64429842d058.pack, 4746282 , 2020-10-17
DeepCrack\.git\packed-refs, 321 , 2020-10-17
DeepCrack\.git\refs, 0 , 2020-10-17
DeepCrack\.git\refs\heads, 0 , 2020-10-17
DeepCrack\.git\refs\heads\master, 41 , 2020-10-17
DeepCrack\.git\refs\remotes, 0 , 2020-10-17
DeepCrack\.git\refs\remotes\origin, 0 , 2020-10-17
DeepCrack\.git\refs\remotes\origin\HEAD, 32 , 2020-10-17
DeepCrack\.git\refs\tags, 0 , 2020-10-28
DeepCrack\DeepCrack_ Learning Hierarchical Convolutional_ Features for Crack Detection.pdf, 10976720 , 2020-10-20
DeepCrack\README.md, 8518 , 2020-10-17
DeepCrack\codes, 0 , 2020-10-17
DeepCrack\codes\checkpoints, 0 , 2020-10-17
DeepCrack\codes\checkpoints\111, 2 , 2020-10-17
DeepCrack\codes\config.py, 1662 , 2020-10-17
DeepCrack\codes\data, 0 , 2020-10-17
DeepCrack\codes\data\111, 2 , 2020-10-17
DeepCrack\codes\data\augmentation.py, 2824 , 2020-10-17
DeepCrack\codes\data\dataset.py, 1996 , 2020-10-17
DeepCrack\codes\data\train_example.txt, 9678 , 2020-10-17
DeepCrack\codes\data\val_example.txt, 21470 , 2020-10-17
DeepCrack\codes\model, 0 , 2020-10-17
DeepCrack\codes\model\111, 2 , 2020-10-17
DeepCrack\codes\model\deepcrack.py, 4885 , 2020-10-17
DeepCrack\codes\test.py, 2019 , 2020-10-17
DeepCrack\codes\tools, 0 , 2020-10-17
DeepCrack\codes\tools\111, 2 , 2020-10-17
DeepCrack\codes\tools\checkpointer.py, 5678 , 2020-10-17
DeepCrack\codes\tools\paths.py, 2189 , 2020-10-17
DeepCrack\codes\tools\visdom.py, 3931 , 2020-10-17
DeepCrack\codes\train.py, 10309 , 2020-10-17
DeepCrack\codes\trainer.py, 4728 , 2020-10-17
DeepCrack\figures, 0 , 2020-10-17
DeepCrack\figures\1000.png, 334581 , 2020-10-17
DeepCrack\figures\1014.png, 334119 , 2020-10-17
DeepCrack\figures\1022.png, 276344 , 2020-10-17
DeepCrack\figures\1042.png, 222428 , 2020-10-17
DeepCrack\figures\1045.png, 220442 , 2020-10-17
DeepCrack\figures\1065.png, 216662 , 2020-10-17
DeepCrack\figures\1095.png, 307001 , 2020-10-17
DeepCrack\figures\1096.png, 276440 , 2020-10-17
DeepCrack\figures\6192.jpg, 233477 , 2020-10-17
DeepCrack\figures\6207.jpg, 219375 , 2020-10-17
DeepCrack\figures\6264.jpg, 212356 , 2020-10-17
DeepCrack\figures\6328.jpg, 216801 , 2020-10-17
DeepCrack\figures\6750.jpg, 185073 , 2020-10-17
DeepCrack\figures\DSCN6428.JPG, 250994 , 2020-10-17
DeepCrack\figures\deepcrack-compare1.png, 484981 , 2020-10-17
DeepCrack\figures\deepcrack-compare2.png, 97060 , 2020-10-17
DeepCrack\figures\deepcrack-compare3.png, 97722 , 2020-10-17
DeepCrack\figures\fig, 2 , 2020-10-17
DeepCrack\figures\intro.png, 437941 , 2020-10-17
DeepCrack\figures\network.png, 115374 , 2020-10-17

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

发表评论

0 个回复

  • cohesive_vumat
    说明:  cohesive的vumat程序与文章A concise interface constitutive law for analysis of delamination and splitting in composite materials and its application to scaled notched tensile specimens有关(Cohesive VUMAT program)
    2020-07-01 00:00:02下载
    积分:1
  • 综合评价方法MATLAB实现一书数据和代码
    综合评价方法MATLAB实现一书数据和代码(Comprehensive evaluation method MATLAB implements a book, data and code)
    2020-09-08 00:58:02下载
    积分:1
  • ConvertTool
    说明:  GBK,unicode utf-8 编码转换工具(Encode Convert Tool between GBK,unicode utf-8,url)
    2020-06-22 23:40:01下载
    积分:1
  • 使Infenen变得简单 DAvE_XC866_v2.3
    说明:  making infenen easy .you can use it product code such cdd, cpu and adc and so on.
    2020-06-22 09:00:02下载
    积分:1
  • DDvoice
    智能语音助手专注于提供优质的语音服务,可以搜索任何你能想到的问题知你所想聆你所言软件内拥有8大常用功能主要功能(Intelligent voice assistants focus on providing high quality voice services. They can search any questions you can think of and know that the software you want to listen to has eight main functions in common use)
    2020-06-20 11:20:02下载
    积分:1
  • dcdc
    光伏发电DC-DC 仿真,利用H 桥型双向 DC/DC 变换器的原理 其电压极性不变,但电流的极性却不同,因此能够实现能量的双向流动,功率可以向两个方向流动,而能量流动的方向可由负载大小以及光伏电池的发电特性而决定。对于储能装置的电路拓扑结构,本文采用 H 桥型 Buck/Boost 直流变换器来完成对蓄电池充电放电的控制。(DC-DC simulation of photovoltaic power generation)
    2018-05-08 12:41:45下载
    积分:1
  • hammingaTB
    Design HDL code for a circuit that calculates the Hamming distance of two 8-bit inputs.
    2013-11-06 15:45:02下载
    积分:1
  • 西门子授权,该软件没有把这些东西给西门子。
    西门子授权,没这东西西门子的软件用不了的。-Siemens authorization, the software did not take these things for Siemens.
    2023-03-03 02:00:03下载
    积分:1
  • taxi
    机动车租赁管理就是对车辆信息和客户信息的管理,主要包括车辆的出租状态、车辆的基本信息、车辆的投保情况、车辆的出厂情况、客户信息的管理等。由于这些过程间的关系复杂,有一对一的关系,一对多的关系,也有多对多的关系,所有这些工作使机动车管理工作变得量大而又复杂,以前包括现在还有很多租赁公司采用人工管理,直接导致了错误的产生,服务质量的低下。机动车租赁管理系统的开发使得这一状况得到了根本的改善。这套管理系统包括涵盖了车辆租赁业务的各个方面。使得机动车租赁服务可以快速、规范地完成,节省了人力物力,提高了服务质量和经济效益。()
    2008-06-03 15:04:45下载
    积分:1
  • 171004cr
    星云晒米正在编译易模块"精易模块", 文件名: "C:UsersxiaoqianDesktop精易模块v7.5[模块]精易模块[v7.5].ec", 版本号: "7.5", 创建号: "0.0", 作者: "广大易友". 正在进行名称连接... 正在统计需要编译的子程序 正在编译... 正在生成主程序入口代码 程序代码编译成功 等待用户输入欲编译到的文件名 正在进行名称连接... 开始静态链接... 正在写出可执行文件(Nebula Sun Rice is compiling the Easy Module, the file name: "C: Users xiaoqian Desktop Easy Module v7.5 [Module] Easy Module [v7.5]. ec", version number: "7.5", creation number: "0.0", author: "Easy Friends". Name connection is in progress. Statistics of subprograms that need to be compiled Is compiling ____________. Generating main program entry code Successful compilation of program code Waiting for the user to enter the file name to be compiled Name connection is in progress. Start static links... Writing an executable file)
    2020-06-23 09:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载