create - 3.5 日本語

Vitis AI ライブラリ ユーザー ガイド (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 日本語

クラス YOLOvX の派生クラスのインスタンスを取得するファクトリ関数。

プロトタイプ

std::unique_ptr< 
               YOLOvX
             > create(const std::string &model_name, xir::Attrs *attrs, bool need_preprocess=true);

パラメーター

次の表に、create 関数の引数を示します。

表 1. create の引数
タイプ メンバー 説明
const std::string & model_name モデル名
xir::Attrs * attrs XIR 属性。複数の異なるモデルを同じ DPU コアにバインドするのに使用されます。
bool need_preprocess 平均値/スケール値で正規化するかどうか。デフォルト値は true。

戻り値

クラス YOLOvX のインスタンス。