Tool/software:
We encountered exceptions when looping through file reads for inference using the original SDK for testing.
Sometimes it prints exceptions similar to register errors, and sometimes the program simply freezes without any feedback.
In most cases, exceptions occur when the process of reading data -> performing TIDL inference -> saving data is looped around 3000 times.
However, if the program only performs a looped read test on a single image, it works normally.
The demo I run is TI_DEVICE_armv8_test_dl_algo_host_rt.out whic compile in c7x-mma-tidl/arm-tidl/rt
This is my infer config
This is my infer datesets
/cfs-file/__key/communityserver-discussions-components-files/791/test_5F00_east_5F00_single.txt
I modified this part of the source code to support reading per-frame feature maps.This file is located at c7x-mma-tidl/arm-tidl/rt/test/src/
/cfs-file/__key/communityserver-discussions-components-files/791/tidl_5F00_tb_5F00_utils.c