FPGA AI Suite: Design Examples User Guide

ID 848957
Date 4/30/2025
Public
Document Table of Contents

20.1. [SOC] 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 Optimizer.

For details on creating the .xml/.bin files, refer to [SOC] Preparing a Model, 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 [SOC] Preparing OpenVINO Model Zoo.

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