iinfer
iinferの概要
インストール
GUIモード
Webモード
コマンドリファレンス
動作確認済みモデル
物体検知
領域検知
顔認識
パイプライン
インジェクション
カスタマイズ
開発者向け情報
よくあるエラー
ライセンス
iinfer
Index
Index
A
|
B
|
C
|
D
|
G
|
I
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
action() (iinfer.app.injection.AfterInjection method)
(iinfer.app.injection.BeforeInjection method)
add_success() (iinfer.app.injection.Injection method)
add_warning() (iinfer.app.injection.Injection method)
AfterInjection (class in iinfer.app.injection)
B
BeforeInjection (class in iinfer.app.injection)
C
capture() (iinfer.app.client.Client method)
Client (class in iinfer.app.client)
create_session() (iinfer.app.predict.Predict method)
(iinfer.app.predicts.insightface_det.InsightfaceDet method)
(iinfer.app.predicts.mmdet_det_YoloX.MMDetYoloX method)
(iinfer.app.predicts.mmpretrain_cls_swin.MMPretrainClsSwin method)
(iinfer.app.predicts.mmseg_seg_PSPNet.MMSegPSPNet method)
(iinfer.app.predicts.onnx_cls_EfficientNet_Lite4.OnnxClsEfficientNetLite4 method)
(iinfer.app.predicts.onnx_det_YoloV3.OnnxDetYoloV3 method)
(iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
D
deploy() (iinfer.app.client.Client method)
deploy_list() (iinfer.app.client.Client method)
docker_run() (iinfer.app.redis.Redis method)
docker_stop() (iinfer.app.redis.Redis method)
draw_boxes() (in module iinfer.app.common)
G
get_config() (iinfer.app.injection.Injection method)
I
iinfer
module
iinfer.app
module
iinfer.app.app
module
iinfer.app.client
module
iinfer.app.common
module
iinfer.app.injection
module
iinfer.app.install
module
iinfer.app.postprocess
module
iinfer.app.predict
module
iinfer.app.predicts
module
iinfer.app.predicts.insightface_det
module
iinfer.app.predicts.mmdet_det_YoloX
module
iinfer.app.predicts.mmdet_det_YoloX_Lite
module
iinfer.app.predicts.mmpretrain_cls_swin
module
iinfer.app.predicts.mmpretrain_cls_swin_Lite
module
iinfer.app.predicts.mmseg_seg_PSPNet
module
iinfer.app.predicts.mmseg_seg_San
module
iinfer.app.predicts.mmseg_seg_SwinUpernet
module
iinfer.app.predicts.onnx_cls_EfficientNet_Lite4
module
iinfer.app.predicts.onnx_det_TinyYoloV3
module
iinfer.app.predicts.onnx_det_YoloV3
module
iinfer.app.predicts.onnx_det_YoloX
module
iinfer.app.predicts.onnx_det_YoloX_Lite
module
iinfer.app.redis
module
iinfer.app.train
module
iinfer.app.web
module
iinfer.docker
module
iinfer.tools
module
iinfer.tools.gentest
module
iinfer.version
module
IinferApp (class in iinfer.app.app)
Injection (class in iinfer.app.injection)
insightface() (iinfer.app.install.Install method)
InsightfaceDet (class in iinfer.app.predicts.insightface_det)
Install (class in iinfer.app.install)
is_gpu_available() (iinfer.app.predict.OnnxPredict method)
(iinfer.app.predict.Predict method)
(iinfer.app.predict.TorchPredict method)
(iinfer.app.train.OnnxTrain method)
(iinfer.app.train.TorchTrain method)
(iinfer.app.train.Train method)
M
main() (in module iinfer.app.app)
(in module iinfer.tools.gentest)
make_color() (in module iinfer.app.common)
mmcls() (iinfer.app.install.Install method)
mmdet() (iinfer.app.install.Install method)
MMDetYoloX (class in iinfer.app.predicts.mmdet_det_YoloX)
MMDetYoloXLite (class in iinfer.app.predicts.mmdet_det_YoloX_Lite)
mmpretrain() (iinfer.app.install.Install method)
MMPretrainClsSwin (class in iinfer.app.predicts.mmpretrain_cls_swin)
MMPretrainClsSwinLite (class in iinfer.app.predicts.mmpretrain_cls_swin_Lite)
mmseg() (iinfer.app.install.Install method)
MMSegPSPNet (class in iinfer.app.predicts.mmseg_seg_PSPNet)
MMSegSan (class in iinfer.app.predicts.mmseg_seg_San)
MMSegSwinUpernet (class in iinfer.app.predicts.mmseg_seg_SwinUpernet)
module
iinfer
iinfer.app
iinfer.app.app
iinfer.app.client
iinfer.app.common
iinfer.app.injection
iinfer.app.install
iinfer.app.postprocess
iinfer.app.predict
iinfer.app.predicts
iinfer.app.predicts.insightface_det
iinfer.app.predicts.mmdet_det_YoloX
iinfer.app.predicts.mmdet_det_YoloX_Lite
iinfer.app.predicts.mmpretrain_cls_swin
iinfer.app.predicts.mmpretrain_cls_swin_Lite
iinfer.app.predicts.mmseg_seg_PSPNet
iinfer.app.predicts.mmseg_seg_San
iinfer.app.predicts.mmseg_seg_SwinUpernet
iinfer.app.predicts.onnx_cls_EfficientNet_Lite4
iinfer.app.predicts.onnx_det_TinyYoloV3
iinfer.app.predicts.onnx_det_YoloV3
iinfer.app.predicts.onnx_det_YoloX
iinfer.app.predicts.onnx_det_YoloX_Lite
iinfer.app.redis
iinfer.app.train
iinfer.app.web
iinfer.docker
iinfer.tools
iinfer.tools.gentest
iinfer.version
multiclass_nms() (iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
N
nms() (iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
O
onnx() (iinfer.app.install.Install method)
OnnxClsEfficientNetLite4 (class in iinfer.app.predicts.onnx_cls_EfficientNet_Lite4)
OnnxDetTinyYoloV3 (class in iinfer.app.predicts.onnx_det_TinyYoloV3)
OnnxDetYoloV3 (class in iinfer.app.predicts.onnx_det_YoloV3)
OnnxDetYoloX (class in iinfer.app.predicts.onnx_det_YoloX)
OnnxdetYoloXLite (class in iinfer.app.predicts.onnx_det_YoloX_Lite)
OnnxPredict (class in iinfer.app.predict)
OnnxTrain (class in iinfer.app.train)
P
post() (iinfer.app.postprocess.Postprocess method)
post_deploy() (iinfer.app.predict.Predict method)
post_train() (iinfer.app.train.Train method)
Postprocess (class in iinfer.app.postprocess)
postprocess() (iinfer.app.postprocess.Postprocess method)
(iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
Predict (class in iinfer.app.predict)
predict() (iinfer.app.client.Client method)
(iinfer.app.predict.Predict method)
(iinfer.app.predicts.insightface_det.InsightfaceDet method)
(iinfer.app.predicts.mmdet_det_YoloX.MMDetYoloX method)
(iinfer.app.predicts.mmpretrain_cls_swin.MMPretrainClsSwin method)
(iinfer.app.predicts.mmseg_seg_PSPNet.MMSegPSPNet method)
(iinfer.app.predicts.onnx_cls_EfficientNet_Lite4.OnnxClsEfficientNetLite4 method)
(iinfer.app.predicts.onnx_det_TinyYoloV3.OnnxDetTinyYoloV3 method)
(iinfer.app.predicts.onnx_det_YoloV3.OnnxDetYoloV3 method)
(iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
preprocess() (iinfer.app.predicts.onnx_det_YoloX.OnnxDetYoloX method)
preprocess_img() (iinfer.app.predicts.mmpretrain_cls_swin.MMPretrainClsSwin method)
(iinfer.app.predicts.onnx_cls_EfficientNet_Lite4.OnnxClsEfficientNetLite4 method)
(iinfer.app.predicts.onnx_det_YoloV3.OnnxDetYoloV3 method)
R
read_dir() (iinfer.app.client.Client method)
Redis (class in iinfer.app.redis)
redis() (iinfer.app.install.Install method)
resize_img() (iinfer.app.predicts.mmpretrain_cls_swin.MMPretrainClsSwin method)
(iinfer.app.predicts.onnx_cls_EfficientNet_Lite4.OnnxClsEfficientNetLite4 method)
(iinfer.app.predicts.onnx_det_YoloV3.OnnxDetYoloV3 method)
S
search_face() (iinfer.app.predicts.insightface_det.InsightfaceDet method)
server() (iinfer.app.install.Install method)
start() (iinfer.app.client.Client method)
stop() (iinfer.app.client.Client method)
stop_server() (iinfer.app.client.Client method)
T
TorchPredict (class in iinfer.app.predict)
TorchTrain (class in iinfer.app.train)
Train (class in iinfer.app.train)
train() (iinfer.app.client.Client method)
(iinfer.app.train.Train method)
U
undeploy() (iinfer.app.client.Client method)
W
Web (class in iinfer.app.web)
webcap() (iinfer.app.web.Web method)