Edge AI SDK/AI Framework/Hailo

From ESS-WIKI
Revision as of 07:27, 27 November 2023 by James.lai (talk | contribs) (Edge AI SDK / App ( Object Detection ))
Jump to: navigation, search

Hailo AI Suite

Hailo AI Software Suite offers breakthrough AI accelerators and Vision processors uniquely designed to accelerate embedded deep learning applications on edge devices.

Hailo devices are accompanied by a comprehensive AI SDK that enables the compilation of deep learning models and the implementation of AI applications in production environments. The model build environment seamlessly integrates with common ML frameworks to allow smooth and easy integration in existing development ecosystems. The runtime environment enables integration and deployment in host processors, such as x86 and ARM based products, when utilizing Hailo-8, and in Hailo-15 vision processor.

 

AI Applications

TAPPAS is a solution designed to streamline the development and deployment of edge applications demanding high AI performance. This reference application software package empowers users to expedite their time-to-market by minimizing the development workload. TAPPAS encompasses a user-friendly set of fully operational application examples based on GStreamer, featuring pipeline elements and pre-trained AI tasks. These examples leverage advanced Deep Neural Networks, highlighting Hailo's AI processors' top-notch throughput and power efficiency. Furthermore, TAPPAS serves as a demonstration of Hailo's system integration capabilities, showcasing specific use cases on predefined software and hardware platforms. Utilizing TAPPAS simplifies integration with Hailo's runtime software stack and offers a starting point for users to fine-tune their applications. By demonstrating Hailo's system integration scenarios on both predefined software and hardware platforms, it can be used for evaluations, reference code, and demos. This approach effectively accelerates time to market, streamlines integration with Hailo's runtime software stack, and provides customers with a foundation to fine-tune their applications.

Refer to github-TAPPAS

 

Edge AI SDK / App ( Object Detection )

Quick Start / Application ( Objection Detection ) / Video or WebCam / VPU

ObjectDetection

 

Benchmark

In order to measure FPS, power and latency of the Hailo Model Zoo networks you can use the HailoRT command line interface. For more information please refer to the HailoRT documentation in link.

 

 

Hailo-8 Benchmark

hailortcli benchmark <Hailo's Model .hef >

hailortcli benchmark resnet_v1_18.hef

benchmark

 

 

Edge AI SDK / Benchmark

Evaluate the Hailo-8 performance with Edge AI SDK.

Benchmark in EdgeAI Suite 1.png  

HailoRT CLI

HailoRT CLI - a command line application used to control the Hailo device, run inferences, collect statistics and device events, etc. Use "--help" to exhibit more usages.

hailortcli --help

Refer to github-hailort

 

 

Hailo-8 Utilization

hailortcli monitor

Usage.png

 

Hailo-8 Temperature

python ts_monitoring_2023Sep07.py

  Thermal in hailortcli.png

Edge AI SDK / Monitoring

Usage and thermal.png