Part Number: SK-TDA4VM
Other Parts Discussed in Thread: TDA4VM
I’m running into errors trying to benchmark the edgeai-tidl-tools (https://github.com/TexasInstruments/edgeai-tidl-tools) on my SK-TDA4VM and am looking for help. My board is running the following:
root@tda4vm-sk:/opt/edgeai-gst-apps# set | grep SDK
EDGEAI_SDK_VERSION=09_01_00
It was programmed with the SD card image from: https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-SK-TDA4VM/09.01.00.06
I’ve cloned the edgeai-tidl-tools repo to my Linux development machine and checked out tag 09_01_00_05. I’ve been able to build everything in a Docker container and have successfully run the operations in the “Compile and Validate on X86_PC” section of the repo’s README.
So far, so good.
When I try to follow the “Benchmark on TI SOC” section of the repo, however, I see a huge number of errors appear when I run the “python3 ./scripts/gen_test_report.py” script. See attached for two back-to-back runs. The first test shows some initial tests that look successful, but the majority fail. Running the test again shows that everything fails which makes it appear the test puts the board into a bad state.
Any ideas? Should I change to a different SDK or target image? I noticed today that tag 09_01_00_05 is marked as “pre-release”. Maybe I’m too close to the bleeding edge of development?
I want to at least verify I can run the out of the box models successfully before I start working on deploying my re-trained and custom models.
Thanks.