The inference result is different between desktop caffe and am5749. And I have change the number of bits for weights, but the result is still different. The guide said I should compare the intermediate results. And the stats tool generates some trace_*.y file and .bin file. Now, how can I get the intermediate results from caffe-jacinto and find the difference? And what's the trace_*.file?
Another question, if I have a single channle .bmp file, is it right to convert the .bmp file to .y file by following cmd?
convert code.bmp -separate +channel -swap 0,2 -combine -colorspace sRGB ./test_bgr.bmp convert ./test_bgr.bmp -interplace plane BGR:SAMPLE_IMG.y