Forum Discussion
JohnT_Altera
Regular Contributor
3 years agoHi,
Have you refer to https://www.intel.com/content/www/us/en/docs/programmable/768979/2023-2-1/the-streaming-inference-app-application.html?
RubenPadial
Contributor
3 years agoHi @JohnT_Intel,
Yes, that application, as well as dla_benchmark, is compiled for the given Resnet-50 app but is not useful for custom NN. The application itself read the output from the output buffer and process it to return the top5 scores according "categories.txt" file. So output data cannot be read. Is there any guideline or AN that explain how to build a similar application for custom purposes?