Skip to content

Ignitarium-Renesas/rzv_ai_apps

Repository files navigation

RZ/V AI Applications

Overview

AI Applications and AI SDK on RZ/V series are provided as quick and easy solutions for starting AI.
For more information, please refer to here.
This repository provides the various sample RZ/V AI Applications.
To use the applications, please follow the readme.md file in the folder, where the each application is provided in.

Getting Started

To run AI Applications, users need to setup RZ/V AI SDK.
Please follow Getting Started and start AI Applications and AI SDK.

Functions of AI Applications list

The provided functions of AI Applications are listed as:

01. Head_count

The Head_count application is used to count the human heads present in a video from camera input.

02. Line_crossing_object_counting

The Line_crossing_object_counting is a sample application that demonstrates counting of the objects when they cross a virtual line drawn by the user. Application uses a deep learning based object detector YoloV3 to detect the objects and a SORT based tracker to track the objects.

07. Animal_detection

This Animal_detection is used to detect specific set of animals in camera inputs.

09. Human_gaze_detection

The Human_gaze_detection application has important information for applications such as Driver Monitor Systems to monitor driver's attentiveness. It can also help to analyse viewer's attention data in case of digital signage and retail industry.

10. Driver_monitoring_system

The Driver_monitoring_system application is basic variant of the DMS system. This has features like driver's head pose detection(left, right and center head pose), eye blink detection and yawn detection.

11. Head_count_topview

The Head_count_topvew application will count the human heads present in a video from camera input.

12. Hand_gesture_recognition_v2

The Hand_gesture_recognition_v2 application recognizes hand gestures like one, two, three, four five, thumbs up, thumbs down, and rock.