Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The SNNF demo is an example based on SNNF V1.0.0 that easily displays the detection results of different NN models. It can quickly switch between different NN models through the menu and then display the real time images and detection results on the screen. The display supports connections through MIPI and HDMI, and the demo's UI can adapt to screens of different resolutions.

Currently supported NN model:

  • Pose (yolov8n_pose_opti)

  • Segment (yolov8n_segment_opti)

  • Object detection (yolov8n_detection_opti)

  • Face Match (det_10g + w600k_r50)

Here we provide an ISPBOOOT.BIN (Boot from eMMC) that automatically starts the SNNF Demo after boot-up, so that you can see the demo's effects more quickly.

UI

Click the screen to pop up the menu.

snnf_demo_ui.pngsnnf_demo_menu.png

Model

Pose

snnf_demo_model_pose.png

Segment

snnf_demo_model_segment.png

Object Detection

snnf_demo_model_object.png

Face Match

How to Add a Face

  1. Before Adding a Face:

    snnf_demo_model_face_before_add.png

  2. Adding a Face:

Double-click on the face (the click must be within the face frame for it to be valid). Enter the person's name in the pop-up window as shown below, click OK, and the face will be added.

snnf_demo_model_face_adding.png
  1. After Adding a Face:

Once added, the face can be recognized in real time.

snnf_demo_model_face_after_add.png

If the face has already been added, it cannot be added again.

How to switch between MIPI and HDMI displays

snnf_demo_switch_panel.png

Switch to MIPI

Set the jump cap in the above figure to the ON state and unplug the HDMI cable.

Switch to HDMI

Set the jump cap in the above figure to OFF, power off the Panel connected to MIPI, and plug in the HDMI cable.

  • No labels