hi, dear
Now although I bought serveral tda2x boards, I have only got part service from the TI tech support in Shanghai of China. I could not get the source code of TIDL. So if I want to run my improved cnn model , I can only run it on the tda2x board not on PC simulator. I have imported the cnn model to the bin format which is suitable for TIDL. Yet the input data need to be resize to 368 X 368,and I should resize it by myself( It has to be the TI method to resize). Even worse, the configuration file (only seg , ssd detection included)on the tda2x board looks like that below:
TIDL Configuration parameters
-----------------------------
################################################################################
IMP: Make sure the size of the file names (excluding extension) is not more
than 8 characters.
################################################################################
inputWidth=1024
inputHeight=512
inputFile=IN.RGB
outputFile=OUT.BIN
netFileName=NET.BIN
paramFileName=PRM.BIN
My cnn net is not for detection or classifcation, but pose recognition. I do not know if I can use this demo cfg file to run my cnn model successfully on the tda2x.
If not , could you please be kind enough to offer me new cfg file or make some change for me to run?
I mean could you offer me a new in_Data_OD and in_header_OD sized 368 x 368 for my pose recognitation? I will replace the bin to run the video demo.
tks, looking forward to your reply.