malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
|
raw
history blame
2.15 kB

Introduction to Detection in OpenVINO™

Binder Colab

This notebook demonstrates how to do inference with detection model.

Notebook Contents

In this basic introduction to detection with OpenVINO, the horizontal-text-detection-0001 model from Open Model Zoo is used. It detects text in images and returns blob of data in shape of [100, 5]. For each detection, a description is in the [x_min, y_min, x_max, y_max, conf] format.

Installation Instructions

This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.