Skip to main content

Metadata Parser

gst-ai-metadata-parser-example performs object detection and parses the detection metadata (coordinates, class, confidence) into structured output, suitable for integration with external analytics systems or logging.

Prerequisites

Steps

1. Verify Model

ls -l /etc/models/yolox_quantized.tflite

2. View Configuration

cat /etc/configs/config-metadata-parser.json

3. Run

radxa@airbox$
gst-ai-metadata-parser-example --config-file=/etc/configs/config-metadata-parser.json

Press Ctrl + C to stop.

Expected Output

Running app with model: /etc/models/yolox_quantized.tflite and labels: /etc/labels/yolox.json
Using DSP delegate
VERBOSE: Replacing 329 out of 329 node(s) with delegate (TfLiteQnnDelegate) node
Pipeline state changed from PAUSED to PLAYING

The display shows the detection view while the terminal streams structured detection metadata (JSON format).

Validation

  • YOLOX model (329 ops) running on DSP
  • Pipeline reaches PLAYING state
  • Terminal outputs valid metadata structures

    You need to be logged into GitHub to post a comment. If you are already logged in, please ignore this message.

    Radxa-docs © 2026 by Radxa Computer (Shenzhen) Co.,Ltd. is licensed under CC BY 4.0