Skip to content

Latest commit

 

History

History
 
 

109-performance-tricks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction to Performance Tricks in OpenVINO™

This notebook shows tips on how to optimize inference in OpenVINO™.

There are different performance targets for various use case scenarios. For example, video conferencing usually requires the latency to be as short as possible. While for high-resolution video/image analysis, high throughput is typically the performance target. As a result, different optimization tricks should be applied to achieve other performance targets. In this notebook, we’ll show a set of performance tricks for optimizing inferencing latency.

Notebook Contents

  1. Performance tricks in OpenVINO for latency mode

This notebook demonstrates how to optimize the inferencing latency in OpenVINO™. A set of optimization tricks, including model conversion with different data precision, “AUTO” device with latency mode, shared memory, asynchronous inferencing mode, inferencing with a further configuration, inferencing on GPU, etc., are introduced.

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.