In the rage of emerging automotive technologies, many real world infotainment systems have been developed for automotive with the help of machine learning techniques. One such invention is autonomous cars, autonomous cars in the sense an automatic car which makes its own decision based on experience. As a diagnosis system in autonomous cars a self damage identifying system is essential during any external disturbance. Our proposed system identifies and classifies the Dent and Scratch in the car using Object Detection Techniques. Dents and Scratches can be identified at any part of the car using the ML models which will be further used as a test case in Car Accident Detection system and can be employed in the car dashboard as an notification during external disturbance.
The folder has all 80 images in the dataset. There are three more folders train/, val/ and test/ for training, validation and testing purposes respectively. Using this data for training a object detection model to identify and classify Dents and Scratches using the YOLOv5 model which is extensively used in autonomous vehicles and vehicle self damage detection.
YOLO, an acronym for 'You only look once', is an object detection algorithm that divides images into a grid system. Each cell in the grid is responsible for detecting objects within itself. YOLO is one of the most famous object detection algorithms due to its speed and accuracy.
Built With
- deeplearning
- neuralnetworks
- objectdetectionmodel
- python
- yolo
Log in or sign up for Devpost to join the conversation.