Bypass Azure Custom Vision false warning for duplicates

Näser, Eric 21 Reputation points
2021-04-01T13:06:24.493+00:00

Hello,
I'm currently training a model in Azure Custom Vision to detect different article categories. Therefore I'm labeling and uploading images with the Python SDK. Some images are not uploaded because they are incorrectly recognized as duplicates by Azure Custom Vision. But there are only different images in the data set and file names are not assigned twice. Is there a way to ignore this upload block of incorrectly detected duplicates?

I would be very pleased to receive an answer.
Best regards
Eric

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.
210 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,364 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Menatallah 1 Reputation point Microsoft Employee
    2022-10-23T16:57:04.917+00:00

    I needed to share that through the SDK, it can be easy to capture the specific images that are considered duplicates through:
    print(image.source_url,"Image status: ", image.status)
    253342-image.png

    As the portal simply removes the images without mentioning their names

    @YutongTie-MSFT @Näser, Eric

    0 comments No comments