Forum Discussion
Hi,
I observed that you have the xml and bin file needed to run the demonstration. Since you are using the pre-comile .wic file, you may directly skipped to Chapter 8 S2M Streaming Demonstration.
Hello @JohnT_Intel
In section 3.4 is specified that either the precompiled .wic image or the built by my own image can be loaded to the SD card without any difference. In addition, there is no information about skipping to the Chapter 8 in all the chapter 3, so I understand all steps are compatibles, except for the building or not the bitstream.
In addition, In section 4.2 is mentioned that every graph for the demostration SD card must be compiled using A10_Performance.arch file as I did.
According to section 8.4.1. The streaming_inference_app Application built files must be copied to /home/root/resnet-50-tf in order to run S2M example. resnet-50-tf directory does not exist in the precompiled SD image, so I created it and copied "RN50_Performance_no_folding.bin" and "A10_Performance.arch" files into this folder. That is what I was doing before and I got the error message when I run "streaming_inference_app". So, as far this chapter is concerned, it's needed to compile .bin file (graph) from the .xlm file, isn't it?