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
$ cd Train
$ python Train.py ---help
$ python Train.py --pretrained_weights PretrainedWeights/darknet53.conv.74 #Train using default settings
$ cd Detect
$ python Detect.py ---help
$ python Detect.py --image_folder ='Folder Containing Images'