Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

test exemples on an Intel refrence card

najjar__fida
Beginner
653 Views
0 Kudos
2 Replies
Jeffrey_M_Intel1
Employee
653 Views

The easiest place to start is with inference engine samples such as the classification sample.  

First step is to flash/program your Arria10 to prepare it.

aocl program ac10 bitstream.aocx

You may need to set some environment variables

export CL_CONTEXT_COMPILER_MODE_ALTERA=3
export DLA_AOCX=<PATH_TO_AOCX_FILE>.aocx
export LD_LIBRARY_PATH=<AOCL_INSTALL_DIR>/hld/host/linux64/lib:<AOCL_INSTALL_DIR>/hld/board/a10_ref/linux64/lib:$LD_LIBRARY_PATH

You will also need an IR file transformed from your original format with Model Optimizer.

After that, run the sample as on CPU/GPU but with FPGA as the device type.

The links you sent appear to be for the DLIA project, which is similar but not the same as Arria10 -- so they may not apply to your HW.

CVSDK is still in beta.  More examples and getting started info are in development for FPGA.  Please watch for more in the next release.

 

0 Kudos
Rob_Mueller-Albrecht
653 Views

Dear Fida,

the two documents you are looking for are part of a limited access pilot program. They are thus not publicly accessible. I recommend you get in-touch with your local Intel field representative who can help get your company added for consideration for the next upcoming program which will start soon.

Thanks, Rob  

0 Kudos
Reply