KentaItakura/Classify-crack-image-and-explain-why-using-MATLAB
This repo shows how to classify crack images and discuss the result with grad-cam
This project helps civil engineers, inspectors, or maintenance professionals automatically detect cracks in concrete structures from images. You provide digital images of concrete surfaces, and it classifies them as either 'normal' or 'cracked.' Crucially, it also highlights the specific regions in the image that led to its crack detection, helping you understand the 'why' behind the classification.
No commits in the last 6 months.
Use this if you need an automated and explainable system to quickly identify concrete cracks from images and understand which visual cues contributed to the detection.
Not ideal if you require crack measurement, severity assessment, or classification of other types of structural defects beyond simple crack presence.
Stars
10
Forks
—
Language
MATLAB
License
BSD-3-Clause
Category
Last pushed
Oct 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/KentaItakura/Classify-crack-image-and-explain-why-using-MATLAB"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yhlleo/DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
khanhha/crack_segmentation
This repository contains code and dataset for the task crack segmentation using two...
yhlleo/DeepCrack
DeepCrack: A Deep Hierarchical Feature Learning Architecture for Crack Segmentation, Neurocomputing.
KentaItakura/Crack-detection-using-one-class-SVM
This demo shows how to detect the crack images using one-class SVM using MATLAB.
nantonzhang/Awesome-Crack-Detection
A comprehensive paper list of deep learning for crack detection, in terms of learning paradigms,...