Skip to content

Latest commit

 

History

History
 
 

004-hello-detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction to Detection in OpenVINO

Binder

This notebook demonstrates how to do inference with detection model.

Notebook Contents

A very basic introduction to detection with OpenVINO. We use the horizontal-text-detection-0001 model from Open Model Zoo. It detects texts in images and returns blob of data in shape of [100, 5]. For each detection description has format [x_min, y_min, x_max, y_max, conf].

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.