Forum Discussion
RubenPadial
Contributor
2 years agoIntel FPGA AI Suite Inference Engine
Hello, I'm using Intel FPGA AI 2023.2 on ubuntu 20.04 host computer and trying to infer a custom CNN in a Intel Arria 10 SoC FPGA. I have followed Intel FPGA AI Suite SoC Design Example Guide and I...
JohnT_Altera
Regular Contributor
2 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
2 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?