Tool/software: TI-RTOS
Hi Ti,
I'd like to run tidl use case "Semantic Segmentation" in PROCESSOR_SDK_VISION_03_05_00_00 on tda2xevm.
I refer to VisionSDK_UserGuide_TI_DeepLearning.pdf: page6
It needs to prepare these 6 files.
Make sure the following files are present in the MMC/SD card:
o TIDLCFG.TXT (TIDL use case configuration file)
o Input file
o TIDL Semseg Network file (NET_Semseg.bin)
o TIDL Semseg Parameter file(PRM_Semseg.bin)
o TIDL Semseg Usecase input data file (inData_semSeg)
o TIDL Semseg Usecase input header file (inHeader_semSeg)
I put these 5 files to SD card except "input file".
inData and inHeader are from https://e2e.ti.com/support/processors/f/791/p/687481/2534375?keyMatch=inHeader_OD&tisearch=Search-EN-Everything
tidl_net_jsegnet21v2.bin and tidl_param_jsegnet21v2.bin are from PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/apps/tools/TIDL_files
What is "input file"? Where can I get it?
Can you also check my TIDLCFG.txt file? It was modified from TIDL_SSD_CFG.TXT.
TIDL Configuration parameters
-----------------------------
################################################################################
IMP: Make sure the size of the file names (excluding extension) is not more
than 8 characters.
################################################################################
inputWidth=768
inputHeight=320
inputFile=inData.h264
inputHDRFile=inHeader
netFileName=tidl_net_jsegnet21v2.bin
paramFileName=tidl_param_jsegnet21v2.bin
Thank you.