Car damage detection using azure machine learning or azure artificial intelligence

Surya Narayana Korivipadu 21 Reputation points
2022-01-24T10:41:45.263+00:00

Hi. Can someone please guide me how to detect damages in the car from car images using Azure Machine Learning or Azure AI?

I'm planning to use image classification computer vision solution as a first step to classify if car is damaged or not, then as a second step use object detection to identify which parts of the car are damaged.

I'm a beginner in AI and ML. Am I going with the correct approach or is there any other way to solve my problem?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,170 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
404 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2022-01-25T03:33:41.933+00:00

    Hi, I think you're heading in the right direction. Since this is a classification problem, you'd want to use Azure ML (computer vision) to classify the images. To identify which parts have been damaged, Custom Vision's object detector seems to be a viable solution. Please refer to the documentation links provided.

    1 person found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.