Skip to content

VishveshBhat8/VehicleDamageDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Damage Detection

AI which provides detailed report on any vehicle's damage regions and status

This AI is built using Tensorflow machine learning which is an adaptation of Mask RCNN model of @aktwelve. The images are annotatedusing VGG Image Annotator tool.

Usage

This software can be used in

  1. Vehicle rental companies
  2. Insurance companies
  3. Car wash companies

Get Started

  1. Git clone this repo or download the zipped file. Unzip the inner file to a convenient location

  2. Clone and unzip @aktwelve's mask rcnn implementation and unzip into the inner file of this repo.

  3. Get the images from google images or kaggle. Split the images in 80:20 ratio and place the former in datasets/cigg_butts/train/images and latter into datasets/cigg_butts/val/images

  4. Use the VGG image annotator tool to annotate the images and place coco annotations of each dataset in the train and val directories respectively.

  5. Open jupyter notebook from the console and open "./mask_rcnn/MaskRCNN_TrainAndInference.ipynb"

  6. Follow the commands presented in the notebook.

Optional Text Optional Text Optional Text Optional Text Optional Text Optional Text Optional Text

Try it out: http://68.183.233.92/

Web App

The website file is DentDetection.7z , available on this link https://drive.google.com/file/d/14gSYuqaYPoGNW49rjkfmV33JbwoxKCmK/view?usp=sharing . Unzip it and activate it using flask in the terminal. Instructions are on the website which allows the user to upload files and detect the dents.

  1. Place the trained mask rcnn coco model(including logs) into 'aktwelve_mask_rcnn' directory.
  2. Usepip install -r requirements.txt to install all the packages necessary to run the Web App.
  3. Run `python3 server_new.py'

Have fun!

About

Use AI to detect dents and damages on vehicles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published