Visible to Intel only — GUID: ibt1661605752742
Ixiasoft
1. Intel® FPGA AI Suite PCIe-based Design Example User Guide
2. About the PCIe* -based Design Example
3. Getting Started with the Intel® FPGA AI Suite PCIe* -based Design Example
4. Building the Intel® FPGA AI Suite Runtime
5. Running the Design Example Demonstration Applications
6. Design Example Components
7. Design Example System Architecture for the Intel PAC with Intel® Arria® 10 GX FPGA
A. Intel® FPGA AI Suite PCIe-based Design Example User Guide Archives
B. Intel® FPGA AI Suite PCIe-based Design Example User Guide Document Revision History
5.1. Exporting Trained Graphs from Source Frameworks
5.2. Compiling Exported Graphs Through the Intel FPGA AI Suite
5.3. Compiling the PCIe* -based Example Design
5.4. Programming the FPGA Device ( Intel® Arria® 10)
5.5. Programming the FPGA Device ( Intel Agilex® 7)
5.6. Performing Accelerated Inference with the dla_benchmark Application
5.7. Running the Ported OpenVINO™ Demonstration Applications
Visible to Intel only — GUID: ibt1661605752742
Ixiasoft
5.7.1. Example Running the Object Detection Demonstration Application
You must download the below items:
- yolo-v3-tf from the OpenVINO™ Model Downloader. The command should look similar to below.
python3 <path_to_installation>/open_model_zoo/tools/downloader/downloader.py \ --name yolo-v3-tf \ --output_dir <download_dir>
- Next generate .bin/.xml from the downloaded model.
python3 <path_to_installation>/open_model_zoo/tools/downloader/converter.py \ --name yolo-v3-tf \ --download_dir <download_dir> \ --output_dir <output_dir> \ --mo <path_to_installation>/model_optimizer/mo.py
- Input video from: https://github.com/intel-iot-devkit/sample-videos.
- The recommended video is person-bicycle-car-detection.mp4
To run the object detection demonstration application, execute the following (assuming the FPGA has been configured with the Generic bitstream):
./runtime/ object_detection_demo_yolov3_async/
object_detection_demo_yolov3_async \ -d HETERO:FPGA,CPU \ -i <path_to_input_video.mp4> \ -m <path_to_generated_graph.xml> \ -plugins_xml_file ./runtime/plugins.xml \ -arch_file=./example_architectures/A10_Generic.arch \ -t 0.65