
- The inference plugin is configured with a detection model (YOLOX) instead of a classification model
- The
qtimlpostprocessplugin uses theyolov8module with a higher result count to capture multiple detections per frame
Run example on device
Download Required Files
| File | Download | Save as |
|---|---|---|
| YOLOX W8A8 model | Qualcomm AI Hub — YOLOX | yolox_quantized.tflite |
| Detection labels | coco.txt | coco.txt |
| Sample video | Input video | ai_demo_sample.mp4 |
If any downloaded file is a
.zip archive, extract it on your host machine before copying:
unzip filename.zipCopy files to device
Create the required directories and transfer the downloaded files to your device.
Expected output
Detection results are visually overlaid on each video frame — bounding boxes and class labels are rendered on top of the original image in real time.
