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

Introduction to Segmentation in OpenVINO™

Binder Colab

This notebook demonstrates how to do inference with segmentation model.

Notebook Contents

A very basic introduction to segmentation with OpenVINO. This notebook uses the road-segmentation-adas-0001 model from Open Model Zoo and an input image downloaded from Mapillary Vistas. ADAS stands for Advanced Driver Assistance Services. The model recognizes four classes: background, road, curb and mark.

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.