Siruganur ,Trichy Abstract – Modern car insurance industries waste a lot of resources due to claim leakages, which determines the amount they pay. Currently,visual Inspections and Validations are done manually,which can delay the claim processes.Previous study have shown that classifying images is possible with a small data set,by transferring and re purposing knowledge from models trained for a different task. Our goal is to build a Car Damage classifier using a deep learning model that is able to detect the different damage types and give an accurate depiction given a car image. However, due to the limiting set of data, it can be result in being a determining factor.Training a Convolutional Network from scratch (with random initialization) is difficult because it is relatively rare to have a large enough dataset.In this project we explore the problem of classifying images containing damaged cars to try and assess the monetary value of the damage. Because of the nature of this problem,classifying this data may prove to be a difficult task since no standardized dataset exists and some of the clases utilized might not be discriminative enough. Utilizing a pretrained YOLOv8 model,we trained a classifier in order to categorize the dataset,testing 3 different cases: damaged or not (damage vs whole),damage location (front vs rear vs side),damage level (minor vs moderate vs severe). Index Terms - YOLO model,CNN
主要关键词