Hi, I want to test a model with 2 outputs (object detection, segmentation) on TDA4VM.
This model is similar to YOLOP.
Compilation was completed as follows, and it was confirmed that an inference was made. (based on PC)
But when I try to test it on TDA4VM, I get an error.
As a result of tracing through printf, an error occurs as status is -1 in the following part.
I want to know which part of vision_apps to fix when I want to test a model with 2 outputs in TDA4VM.
Thanks.