Skip to main content

iinfer: An application that executes AI model files in onnx or mmlab format.

Project description

iinfer (Image Inference Application)

  • onnx又はmmlabフォーマットのAIモデルファイルを実行するアプリケーションです。
  • ドキュメントはこちら
  • iinferを使用することで、AIモデルを簡単に実行することが出来ます。
  • 動作確認したモデルは動作確認済みモデルに記載しています。
  • 主なAIタスクは、画像分類、物体検知、顔検知、顔認識です。
  • 複数の iinfer コマンドの入出力をつなげる、パイプライン処理を行うことが出来ます。
  • GUIモードを使用することで、 iinfer コマンド操作を簡単に行うことが出来ます。

iinferの動作イメージ

iinferの動作イメージ

  1. iinfer clientimageファイルcamera から画像を取得し、 推論結果 predict.json を出力します。
  2. iinfer server は推論を行うサーバーです。 iinfer client からの要求に応えて、推論結果を iinfer client に返します。
  3. iinfer server は予め ai model をロードしておくことで、推論を高速化します。
  4. iinfer clientiinfer serverRedis 経由で通信します。
  5. iinfer serverRedisdockerコンテナ を使用して起動させることが出来ます。

インストール方法

次の手順でインストールしてください:

  1. pipを使用してインストールします:
pip install --upgrade pip
pip install iinfer
eval "$(register-python-argcomplete iinfer)" # Ubuntuの場合コマンドラインオプションを補完できるようにします。
  1. コンテナをインストールして起動します。: ※docker及びdocker-composeを別途インストールしておく必要があります。
cd ~/
iinfer -m install -c server
docker-compose -f up -d

※インストールを実行したフォルダに docker-compose.yml が作成されます。

iinferの使用方法

iinferを使用するには、次のコマンドを実行します:

  1. guiモードで利用する場合:

guiモードのイメージ

iinfer -m gui -c start
  1. コマンドモードで利用する場合

    1. AIモデルのデプロイ:
    # 画像AIモデルのデプロイ
    # 推論タイプはモデルのAIタスクやアルゴリズムに合わせて指定する。指定可能なキーワードは"iinfer -m client -c predict_type_list"コマンド参照。
    iinfer -m client -c deploy -n <任意のモデル名> -f \
                               --model_file <モデルファイル> \
                               --model_conf_file <モデル設定ファイル> \
                               --predict_type <推論タイプ> \
                               --label_file <ラベルファイル>
    
    # デプロイされている画像AIモデルの一覧
    iinfer -m client -c deploy_list -f
    
    1. AIモデルのセッションを開始:
    # 画像AIモデルを起動させて推論可能な状態に(セッションを確保)する
    # use_trackを指定するとObjectDetectionタスクの結果に対して、MOT(Multi Object Tracking)を実行しトラッキングIDを出力する。
    iinfer -m client -c start -n <モデル名> -f \
                              --use_track
    
    1. 推論を実行:
    # 推論を実行する
    # output_previewを指定するとimshowで推論結果画像を表示する(GUI必要)
    iinfer -m client -c predict -n <モデル名> -f \
                                -i <推論させる画像ファイル> \
                                -o <推論結果の画像ファイル> \
                                --output_preview
    
    # カメラキャプチャー画像を元に推論を実行し、クラススコアが0.8以上の物体のみを検出する
    # --stdin --image_type capture で標準入力のキャプチャー画像を推論する
    iinfer -m client -c capture | \
    iinfer -m client -c predict -n <モデル名> \
                                --stdin \
                                --image_type capture \
                                --nodraw | \
    iinfer -m postprocess -c det_filter -f -P \
                                --stdin \
                                --score_th 0.8
    
    1. AIモデルのセッションを開放:
    # 画像AIモデルを停止させてセッションを開放
    iinfer -m client -c stop -n <モデル名> -f
    

Lisence

This project is licensed under the MIT License, see the LICENSE file for details

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iinfer-0.6.2.tar.gz (460.4 kB view details)

Uploaded Source

Built Distribution

iinfer-0.6.2-py3-none-any.whl (820.2 kB view details)

Uploaded Python 3

File details

Details for the file iinfer-0.6.2.tar.gz.

File metadata

  • Download URL: iinfer-0.6.2.tar.gz
  • Upload date:
  • Size: 460.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for iinfer-0.6.2.tar.gz
Algorithm Hash digest
SHA256 7ff2fcf2ced02f2d493366c53d5a7aa8276fc9901cc271b45cfc1f7db459f65f
MD5 559b175befdcd62e5a560a648747365c
BLAKE2b-256 d2a6711f947206942309f443c5e86acb3a3b7e8ac139855902246a8d410e1e9e

See more details on using hashes here.

File details

Details for the file iinfer-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: iinfer-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 820.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for iinfer-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 50024f3fa50b11a3ff7c9d68c6e2cdf2dd22ef06934be4957bdcc1022ff54574
MD5 8715459417331901a98ea37d2540d1d1
BLAKE2b-256 f4567206860e97c07b5f5834d0a88e286baffc769cde29903436a2c3d95cd6ff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page