aadhithya / cracke

hackaTUM2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crake

Unsupervised crack detection and more for microscpopic metal surfaces. Uses no deep/machine learning but just image processing from opencv.

Sample Output

Sample Report

Components

Cracke has the following components:

Image Processing Pipeline (bounding_box.py)

  1. Median Blur Filtering
  2. Canny Edge Detection
  3. Morphological Segmentation
  4. Bounding Box Generation

Crack Estimation Pipeline (report_output.py)

  1. Approximate Crack Length 2 Use Paris Equation for crack propagation
  2. Compare with standard loading for a given material

Report Generation Pipeline (generate_report.py)

  1. Status of the material
  2. Analysis of the image
  3. Estimate crack start and cause
  4. Generate report

Flask App (run.py):

Contains the flask app code for the HackaTUM 2019 demo presentation.

Cross Platform App (/my_app/)

Coontains code for the ionic app.

Requirements

python dependencies - see 'requirements.txt' other dependencies: ionic.

Running the App

  • go to /app ionic cordova run browser

for server go to /server python run.py

HackaTUM Presentation: Click Here.

Devpost Link: Click Here

PS: The entire pipeline was coded in a day for the hackathon and therefore is crude and raw and at times even unintelligeble. We'll try to fix bugs and clean up the code as much as possible. In the meanwhile please also feel free to fork and contribute to our codebase.

Contributors

HackaTUM 2019

About

hackaTUM2019

License:Mozilla Public License 2.0


Languages

Language:JavaScript 94.7%Language:Java 2.1%Language:Jupyter Notebook 2.0%Language:Objective-C 0.9%Language:TypeScript 0.1%Language:Python 0.1%Language:Batchfile 0.0%Language:C# 0.0%Language:HTML 0.0%Language:CSS 0.0%Language:C 0.0%