This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: edge ai object detection

Part Number: TDA4VM

Hello, I am TDA4VM user with CSI camera for running edge ai - object detection

I finished and checked camera setting with the gstreamer. (There is no problem with camera)

I also checked with /opt/edge_ai_apps/init_script.sh

+ installed all the libraries that are required to run edge ai with the setup_script.sh

and when I run the object detection

Fullscreen
1
sudo /opt/edge_ai_apps/apps_python/app_edgeai.py configs/object_detection.yaml
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

and here is the result, but looks like have some error somewhere.. how to fix?

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
debian@myname:/opt/edge_ai_apps$ sudo /opt/edge_ai_apps/apps_python/app_edgeai.py configs/object_detection.yaml
libtidl_onnxrt_EP loaded 0x12923ee0
Final number of subgraphs created are : 1, - Offloaded Nodes - 391, Total Nodes - 391
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
9408.066545 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
9408.082145 s: VX_ZONE_INIT:Enabled
9408.082202 s: VX_ZONE_ERROR:Enabled
9408.082209 s: VX_ZONE_WARNING:Enabled
9408.090617 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
9408.090889 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
[GST SRC STR]
[FLOW 0]
v4l2src device=/dev/video2 ! queue leaky=2 ! video/x-bayer, width=640, height=480, format=rggb ! tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name=SENSOR_SONY_IMX219_RPI dcc-isp-file=/opt/imaging/imx219/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx219/dcc_2a.bin format-msb=7 ! video/x-raw, format=NV12 !tiovxmultiscaler name=split_01
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX