Tool/software:
Hi,
I've successfully used Edge AI Model Maker to develop an object detection model, but I'm not getting the expected outcome. The model name appears in the apps_python terminal print ncurse, but I'm not receiving the bounding box or a recognised class in my output.
Attaching my config file
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]
regards
Adithyan DV