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,
How do you run the OpenVINO application?
RubenPadial
Contributor
2 years agoHello @JohnT_Intel,
I modified the dla_benchmark application. So load the architecture file and the compiled graph with the dl_benchmark application. I read rawOutputData and write it in a txt file. Then I compute the accuracy with this raw output data.