Other Parts Discussed in Thread: MANDO
Hi All,
Using psdk_rtos_auto_j7_06_02_00_21 and TI has released patch of Tidl and mmalib to us using CDDS.
We have used
TIDL patch : tidl_j7_01_01_01_01
MMA Library : mmalib_01_01_00_02
Our application is similar to tidl_avp example except that we are running single model of pedestrian detection.
We find that we are getting big bounding boxes as output and no pedestrian is getting detected while using the patch provided for padded model. We tried dumping the images after scalar and preprocessing node. Those results are ok.
The same is not observed if we use the default tidl (tidl_j7_01_01_00_10) and mmalib (mmalib_01_01_00_00) that came with psdk_rtos_auto_j7_06_02_00_21. Pedestrians are getting detected on using the default packages.
One more thing that we observed is, we are getting pedestrian detected on the same set of images if we run the model on target (standalone) using the patches provided for tidl and mmalib
Please suggest where to look at to resolve this issue.