请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:SK-AM62A-LP 工具/软件:
您好、
我已成功使用 Edge AI Model Maker 开发了物体检测模型、但未获得预期结果。 模型名称显示在 apps_python 终端 print ncape 中、但我在输出中未收到边界框或可识别类。
附加我的配置文件
title: "Demo"
inputs:
input0:
source: /dev/video-imx219-cam0 # IMX219 raw sensor
format: rggb # raw Bayer input
width: 1920
height: 1080
framerate: 30
subdev-id: /dev/v4l-imx219-subdev0 # Required by ISP
models:
model0:
model_path: /opt/model_zoo/SAMPLE-OD-CHECK
viz_threshold: 0.6
outputs:
output0:
sink: kmssink
width: 1920
height: 1080
flows:
flow0: [input0,model0,output0]
此致
Adithyan DV