/Car-Damage-Detection

Dent and Scratch detection on vehicles

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Car-Damage-Detection-YOLOV3

Dents and Scratch Detection on car using YOLOV3 trained on Darknet-53

$ git clone https://github.com/aayush2710/Car-Damage-Detection-YOLOV3.git
$ git-lfs pull
$ pip install -r requirements.txt

To Train

$ cd Train
$ python Train.py ---help
$ python Train.py --pretrained_weights PretrainedWeights/darknet53.conv.74 #Train using default settings

To Detect

$ cd Detect
$ python Detect.py ---help
$ python Detect.py --image_folder ='Folder Containing Images'

On Android Mobile Device

Download APK