All Projects → yhlleo → DeepCrack

yhlleo / DeepCrack

Licence: other
DeepCrack: A Deep Hierarchical Feature Learning Architecture for Crack Segmentation, Neurocomputing.

Projects that are alternatives of or similar to DeepCrack

DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
Stars: ✭ 152 (+16.92%)
Mutual labels:  image-segmentation, crack-detection
Crack-segmentation
This repo contains customized deep learning models for segmenting cracks.
Stars: ✭ 35 (-73.08%)
Mutual labels:  crack-detection, crack-segmentation
CSSR
Crack Segmentation for Low-Resolution Images using Joint Learning with Super-Resolution (CSSR) was accepted to international conference on MVA2021 (oral), and selected for the Best Practical Paper Award.
Stars: ✭ 50 (-61.54%)
Mutual labels:  crack-detection, crack-segmentation
image-segmentation-auto-labels
A service to auto-generate masks for image segmentation
Stars: ✭ 22 (-83.08%)
Mutual labels:  image-segmentation
Video-Stabilization-and-image-mosaicing
video stabilization: stabilize the videos which is taken from wavering camera. Image mosaicing: stitches multiple, overlapping snapshot images of a video together in order to produce one large image.
Stars: ✭ 16 (-87.69%)
Mutual labels:  image-segmentation
Table-Detection-using-Deep-Learning
Table Detection using Deep Learning
Stars: ✭ 24 (-81.54%)
Mutual labels:  image-segmentation
Brain-Tumor-Segmentation-using-Topological-Loss
A Tensorflow Implementation of Brain Tumor Segmentation using Topological Loss
Stars: ✭ 28 (-78.46%)
Mutual labels:  image-segmentation
Deep-One-Shot-Logo-Retrieval
A Deep One-Shot Network for Query-based Logo Retrieval [Pattern Recognition 2019, Elsevier]
Stars: ✭ 58 (-55.38%)
Mutual labels:  image-segmentation
UnityImageSynthesisTutorial1
Use Unity to generate synthetic images for deep learning image segmentation in PyTorch and fastai
Stars: ✭ 93 (-28.46%)
Mutual labels:  image-segmentation
BusterNet
No description or website provided.
Stars: ✭ 49 (-62.31%)
Mutual labels:  image-segmentation
FCN-CTSCAN
A small TensorFlow project created to test some machine learning problems
Stars: ✭ 17 (-86.92%)
Mutual labels:  image-segmentation
ZeroSimROSUnity
Robotic simulation in Unity with ROS integration.
Stars: ✭ 112 (-13.85%)
Mutual labels:  image-segmentation
fiap-ml-visao-computacional
Repositório dos exemplos e desafios utilizados na disciplina de Visão Computacional do curso de MBA Machine Learning da FIAP
Stars: ✭ 33 (-74.62%)
Mutual labels:  image-segmentation
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+747.69%)
Mutual labels:  image-segmentation
crack-detection-opencv
Crack Detection On Highway Or Pavement Using OpenCV
Stars: ✭ 59 (-54.62%)
Mutual labels:  crack-detection
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (-33.08%)
Mutual labels:  image-segmentation
Markov-Random-Field-Project
This project has two parts. In part one, we use markov random field to denoise an image. In Part two, we use similar model for image segmentation.
Stars: ✭ 97 (-25.38%)
Mutual labels:  image-segmentation
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-72.31%)
Mutual labels:  image-segmentation
Natural-color-image-segmentation
A list of papers and datasets about natural/color image segmentation (processing)
Stars: ✭ 17 (-86.92%)
Mutual labels:  image-segmentation
chunkflow
Compose chunk operators to create a pipeline for local or distributed petabyte-scale computation
Stars: ✭ 36 (-72.31%)
Mutual labels:  image-segmentation

DeepCrack: A Deep Hierarchical Feature Learning Architecture for Crack Segmentation

  • Dataset:

We established a public benchmark dataset with cracks in multiple scales and scenes to evaluate the crack detection systems. All of the crack images in our dataset are manually annotated.

Please note that we own the copyrights to part of original crack images and all annotated maps. Their use is RESTRICTED to non-commercial research and educational purposes.

You can find the dataset in ./dataset, and here are the details:

Folder Description
train_img RGB images for training
train_lab binary annotation for training images
test_img RGB images for testing
test_lab binary annotation for testing images

A brief overview on our crack detection dataset:

  • Reference:

If you use this dataset for your research, please cite our paper:

@article{liu2019deepcrack,
  title={DeepCrack: A Deep Hierarchical Feature Learning Architecture for Crack Segmentation},
  author={Liu, Yahui and Yao, Jian and Lu, Xiaohu and Xie, Renping and Li, Li},
  journal={Neurocomputing},
  volume={338},
  pages={139--153},
  year={2019},
  doi={10.1016/j.neucom.2019.01.036}
}

If you have any questions, please contact me: yahui.liu AT unitn.it without hesitation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].