コマンドリファレンス
各種コマンドで使用可能なオプションは以下を参照してください。 また、cmdbox のコマンドも使用できますので、詳細は cmdbox ドキュメント を参照してください。
- 共通オプション
- インストール
- インストール(insightface) : iinfer -m install -c insightface
- インストール(mmcls) : iinfer -m install -c mmcls
- インストール(mmdet) : iinfer -m install -c mmdet
- インストール(mmpretrain) : iinfer -m install -c mmpretrain
- インストール(mmseg) : iinfer -m install -c mmseg
- インストール(onnx) : iinfer -m install -c onnx
- インストール(redis) : iinfer -m install -c redis <Option>
- インストール(server) : iinfer -m install -c server <Option>
- Redis
- 推論サーバー
- クライアント
- クライアント(キャプチャーの実行) : iinfer -m client -c capture <Option>
- クライアント(AIモデルの配備一覧) : iinfer -m client -c deploy_list <Option>
- クライアント(AIモデルの配備) : iinfer -m client -c deploy <Option>
- クライアント(推論タイプ一覧) : iinfer -m client -c predict_type_list <Option>
- クライアント(推論の実行) : iinfer -m client -c predict <Option>
- クライアント(ディレクトリ内の画像ファイルを取得) : iinfer -m client -c read_dir <Option>
- クライアント(AIモデルの起動) : iinfer -m client -c start <Option>
- クライアント(AIモデルの停止) : iinfer -m client -c stop <Option>
- クライアント(学習タイプ一覧) : iinfer -m client -c train_type_list <Option>
- クライアント(AIモデルの学習) : iinfer -m client -c train <Option>
- クライアント(AIモデルの配備解除) : iinfer -m client -c undeploy <Option>
- GUI
- Web
- 後処理
- 後処理(画像分類判定) : iinfer -m postprocess -c cls_jadge <Option>
- 後処理(コマンド実行) : iinfer -m postprocess -c cmd <Option>
- 後処理(CSV出力) : iinfer -m postprocess -c csv <Option>
- 後処理(物体検知個所切り出し) : iinfer -m postprocess -c det_clip <Option>
- 後処理(顔認識用ストアファイル生成) : iinfer -m postprocess -c det_face_store <Option>
- 後処理(物体検知フィルター) : iinfer -m postprocess -c det_filter <Option>
- 後処理(物体検知判定) : iinfer -m postprocess -c det_jadge <Option>
- 後処理(HTTPリクエストの実行) : iinfer -m postprocess -c httpreq <Option>
- 後処理(領域ボックス検知) : iinfer -m postprocess -c seg_bbox <Option>
- 後処理(領域検知フィルター) : iinfer -m postprocess -c seg_filter <Option>
- 後処理(showimg転送) : iinfer -m postprocess -c showimg <Option>