Car Damage Detection System using AI
Car Damage Detection System using AI
Team ID | 86513 |
---|---|
Project Title | Car Damage Detection System |
College Name | L. D. COLLEGE OF ENGINEERING, AHMEDABAD |
Department | BE - Computer Engineering |
Year | 2020 |
Keyword | Artificial Intelligence, Machine Learning, Deep Learning, Image Processing, Damaged Car Detection, Insurance Claiming |
Internal Guide | Prof. Pragnesh Patel |
LightSpeed\CDD\static\model
.
LightSpeed\CDD\static\model
│ car.h5
│ door.h5
│ front.h5
│ hood.h5
│ rear.h5
│ side.h5
│ window.h5
│ winshield.h5
│
└───bumper
│ saved_model.pb
│
├───assets
└───variables
│ variables.data-00000-of-00002
│ variables.data-00001-of-00002
│ variables.index
│
└───variables_temp_ea0f68758ae940398f50e26c2f256b68
Create empty folders as shown below
LightSpeed\CDD\static\upload
├───coldstorage
│ ├───front
│ ├───left
│ ├───rear
│ └───right
└───predict
├───front
│ └───a
├───left
│ └───a
├───rear
│ └───a
└───right
└───a
Now change directory to root folder LightSpeed
and execute python manage.py runserver
LightSpeed\CDD\static\upload\test
folder.