FPGA AI Suite: SoC Design Example User Guide

ID 768979
Date 3/29/2024
Public
Document Table of Contents

4.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 Optimizer.

For details on creating the .xml/.bin files, refer to 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 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 The image_streaming_app Application.