vitis::ai::YOLOv7 - 3.5 日本語

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

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

関数クイック リファレンス

次の表に、vitis::ai::YOLOv7 クラスに定義されているすべての関数を示します。

表 1. 関数クイック リファレンス
タイプ メンバー 引数
std::unique_ptr< YOLOv7 > create
  • const std::string & model_name
  • bool need_preprocess
YOLOv7Result run
  • const cv::Mat & image
std::vector< YOLOv7Result > run
  • const std::vector< cv::Mat > & images