Part Number: TDA4VM
Hi, I am developing a semantic segmentation application by modifying the app_tidl_seg in Vision Apps. But I get wrong result. My working step is as follow.
1. Convert the model and run inference by edgeai-tidl-tools
This step I have no problem, and I can get the right segmentation result as below. I run following command.
python onnxrt_ep.py -c
python onnxrt_ep.py

2. modify the config file in app_tidl_seg, and run ./vx_app_tidl_seg in PC emulation mode.
For this step, I get wrong result as below.


It seems like my model is fine (because get right result in edgeai-tidl-tools), but not work in vision apps.
Here is my config file.




