Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the landinghub-core domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Dent Detection on Vehicles Due to Hailstorm - Inferenz
Skip links

Dent Detection on Vehicles Due to Hailstorm

Darknet
Python
Tensorflow
Challenges
  • Identify and localize small dents caused by hailstorm on vehicles for an Insurance application
  • All small dents had to be detected whereas an actual gap like between the doors or curves as part of panel design should not be misclassified
  • Detect small hailstorm dents which could be only a few pixels in the image, while noise should not be classified as false positives
Solutions
  • Develop and deploy an advanced NN model to classify dents caused by hailstorm
  • Choose a model whose feature extraction capability does not let small features vanish as we go to deeper layers
  • At the same time, it could improve speed and accuracy for small dent detection on low resolution images
  • Retrain the model whenever there is any misclassification or when a new dent shape is detected
Benefits
  • Accurate and automatic detection of dents
  • Since there is no manual intervention, this solution enables improved and high-speed insurance settlements without any frauds during hailstorm season