Part Number: TDA4VMXEVM
Hi,
Env : VirtualBox , ubuntu (64bit)
Recently I try to import my caffe model , following the TI Deep Learning Library User Guide.
At the import phase , here's the import text file:
modelType = 0 inputNetFile = "../../test/testvecs/models/public/caffe/Model1.prototxt" inputParamsFile = "../../test/testvecs/models/public/caffe/Model1.caffemodel" outputNetFile = "../../test/testvecs/config/tidl_models/caffe/tidl_net.bin" outputParamsFile = "../../test/testvecs/config/tidl_models/caffe/tidl_param_" inWidth = 256 inHeight = 192 inNumChannels = 3 inDataFormat = 1 resizeWidth = 256 resizeHeight = 192 inData = ../../test/testvecs/config/test.txt postProcType = 0
According to the document inDataFormat = 1 (raw file).
If I want to use bmp file , which value inDataFormat should be set?
For inData the file content is
testvecs/input/aa.y testvecs/input/aa.y
"aa.y" is my raw image file with width = 256 , height = 192 ,channels= 3.
Segmentation_list.txt is like this:
testvecs/input/ti_lindau_I00000.jpg testvecs/input/ti_lindau_I00000.jpg
Here is the question : Why the jpg file is written twice?
Could you explain how the inData text file written?
Another question is after I run the import command , message showed in command line as below:
"Error in reading testvecs/input/aa.y testvecs/input/aa.y"
Neither original "airshow_mobilenet_256x256.y" files in the input folder and my raw image file showed the error message.
If I using the .bmp/.jpg file there is no error.
Do you have the document for details about inData?
The file imageNet_sample_val.txt
testvecs/input/airshow.jpg 895
testvecs/input/ti_lindau_I00000.jpg 557
The number follows .jpg = class_type?
Thank you.
