FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

14.10.1. Exporting Trained Graphs from Source Frameworks

Before running any demonstration application, you must convert the trained model to the OpenVINO™ intermediate representation (IR) format (.xml/.bin) with the OpenVINO™ Model Converter.

For details on creating the .xml/.bin files, refer to Preparing a Model for the PCIe Design Example, which describes how to create .xml/.bin) files for ResNet50.

The rest of this guide assumes that the same file locations and file names are used as in Preparing OpenVINO Model Zoo for the PCIe Design Example.

The stream_image_app used for the S2M variant of the SoC design example assumes that images are 224x224. For details, refer to The image_streaming_app Application.