Brand Detection in the Images

Learn to perform brand detection in images using Azure Computer Vision service.

We'll cover the following...

Introduction

In this lesson, we’re going to build a script that will detect the brand logos in the images. Brand detection uses hundreds of thousands of logos available in a global database. The Computer Vision API identifies the brands in the images or videos and then return the brand name, the confidence score and the bounding-boxthe co-ordinates where the brand logo is present in the image as a JSON response.

Implementation

We’ll again be using the ...