AI Lab — Rockchip 版エッジ AI モデルハブ — デプロイガイド

プリセット

Object Detection

Deploy YOLO 11 object detection to a reComputer RK3576 or RK3588, with an image detection REST API and an MJPEG live video feed covering the 80 COCO object classes.

  • Devices: reComputer RK3576 or RK3588; a USB camera for live video detection (optional).
  • Software: Docker installed on the device, reachable over SSH.
  • Models: choose Nano, Small or Medium at deployment.
1

Deploy YOLO 11

Deploy the object detection container to the device.

デプロイ方法

Deploy to the RK3576 over SSH.

配線
  1. Connect the RK3576 to the same network as your computer
  2. Plug in a USB camera for live video detection
  3. Select the model size (start with Nano)
  4. Fill in device IP, SSH username, and password
  5. Click Deploy
入力が必要な項目(SenseCraft Solution アプリで入力)
  • Model*既定値 yolo11n
    3 件の選択肢
    • · YOLO 11n (Nano - fastest, ~5MB)
    • · YOLO 11s (Small - balanced, ~10MB)
    • · YOLO 11m (Medium - most accurate, ~20MB)
トラブルシューティング
SymptomFix
SSH connection failedVerify IP address, username, password
NPU not detectedEnsure device is RK3576 with RKNPU kernel module loaded
No camera detectedCheck USB camera is connected. Detection still works with image upload API
Image pull slowCheck the network. Image is about 1-2GB
デプロイ後
  1. Detection API: http://<device-ip>:8000/api/models/yolo11/predict
  2. Live video feed: http://<device-ip>:8000/api/video_feed (requires camera)
2

Try Detection

Verify the detection service is working.

モード

Upload an image to test object detection.

トラブルシューティング
SymptomFix
No detectionsUse an image with people or vehicles
Connection refusedWait 15-30 seconds for service to start