Custom Vision

Divya Kishore Nallana 0 Reputation points
2024-01-27T20:19:42.11+00:00

Instead of providing independent images as input, I want to provide 4-5 images of the same object from different angles and want the model to analyze multiple images simultaneously and classify them using Azure AI custom vision. For Ex : I want to analyze the Men bald head. So, when i provide images from 3 different angles of Men head (i.e, Front, Top and back) the custom vision should analyze from 3 different angles and give the accurate output considering the results from three sides.

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
233 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 21,230 Reputation points MVP
    2024-01-27T21:39:56.3266667+00:00

    Hey Divya Kishore Nallana

    This sounds amazing and yeah you can totally do this for that follow the steps below.

    First start with Image Preprocessing, Make sure to preprocess the images appropriately. They should be well-aligned. Now Create a Custom Vision Project:

    • Go to the Azure Custom Vision portal and create a new project.
    • Upload the images of the Men bald head from different angles (Front, Top, Back) to the Custom Vision project.
    • Tag each image with the corresponding label (e.g., "Men Bald Head"). make sure to provide a lot of images the more the samples the more accurate the model predicts.

    Now Train the Custom Vision model using the tagged images.

    For Prediction use the trained model to make predictions on new images.

    • When providing new images with different angles, the model should be able to analyze and classify them accordingly.

    All the very best hope you find it helpful

    If this helps kindly acceptthe answer thanks much.