.. -*- coding: utf-8 -*- ****************** 動作確認済みモデル ****************** - 下記のモデルはiinferで推論実行できることを確認しています。 - なお、以下に示すサイトの事前学習モデルは、配布元のライセンスに従って使用してください。 Segmentation ================== .. csv-table:: :header: "base","frameWork","input","config","model","predict_type" "`PSPNet_r18(mmseg) `_ ","mmsegmentation","512x1024","`pspnet_r18-d8_4xb2-80k_cityscapes-512x1024.py `_ ","`pspnet_r18-d8 `_","mmseg_seg_PSPNet" "`PSPNet_r50(mmseg) `_ ","mmsegmentation","512x1024","`pspnet_r50-d8_4xb2-80k_cityscapes-512x1024.py `_ ","`pspnet_r50-d8 `_","mmseg_seg_PSPNet" "`PSPNet_r101(mmseg) `_ ","mmsegmentation","512x1024","`pspnet_r101-d8_4xb2-80k_cityscapes-512x1024.py `_ ","`pspnet_r101-d8 `_","mmseg_seg_PSPNet" "`Swin-T(mmseg) `_ ","mmsegmentation","512x512","`swin-tiny-patch4-window7-in1k-pre_upernet_8xb2-160k_ade20k-512x512.py `_ ","`upernet_swin_tiny `_","mmseg_seg_SwinUpernet" "`Swin-S(mmseg) `_ ","mmsegmentation","512x512","`swin-small-patch4-window7-in1k-pre_upernet_8xb2-160k_ade20k-512x512.py `_ ","`upernet_swin_small `_","mmseg_seg_SwinUpernet" "`Swin-B(mmseg) `_ ","mmsegmentation","512x512","`swin-base-patch4-window12-in22k-384x384-pre_upernet_8xb2-160k_ade20k-512x512.py `_ ","`upernet_swin_base `_","mmseg_seg_SwinUpernet" "`SAN(mmseg) `_ ","mmsegmentation","640x640","`san-vit-b16_coco-stuff164k-640x640.py `_ ","`san-vit-b16 `_","mmseg_seg_San" "`SAN(mmseg) `_ ","mmsegmentation","640x640","`san-vit-l14_coco-stuff164k-640x640.py `_ ","`san-vit-l14 `_","mmseg_seg_San" Object Detection ================== .. csv-table:: :header: "base","frameWork","input","config","model","predict_type" "`YOLOX(mmdet) `_ ","mmdetection","416x416","`yolox_tiny_8xb8-300e_coco.py `_ ","`YOLOX-tiny `_","mmdet_det_YoloX_Lite" "`YOLOX(mmdet) `_ ","mmdetection","640x640","`yolox_s_8xb8-300e_coco.py `_ ","`YOLOX-s `_","mmdet_det_YoloX" "`YOLOX(mmdet) `_ ","mmdetection","640x640","`yolox_l_8xb8-300e_coco.py `_ ","`YOLOX-l `_","mmdet_det_YoloX" "`YOLOX(mmdet) `_ ","mmdetection","640x640","`yolox_x_8xb8-300e_coco.py `_ ","`YOLOX-x `_","mmdet_det_YoloX" "`YOLOX `_ ","onnx","416x416","`yolox_nano.py `_ ","`ONNX-YOLOX-Nano `_※1","onnx_det_YoloX_Lite" "`YOLOX `_ ","onnx","416x416","`yolox_tiny.py `_","`ONNX-YOLOX-Tiny `_※1","onnx_det_YoloX_Lite" "`YOLOX `_ ","onnx","640x640","`yolox_s.py `_","`ONNX-YOLOX-s `_※1","onnx_det_YoloX" "`YOLOX `_ ","onnx","640x640","`yolox_m.py `_","`ONNX-YOLOX-m `_※1","onnx_det_YoloX" "`YOLOX `_ ","onnx","640x640","`yolox_l.p `_","`ONNX-YOLOX-l `_※1","onnx_det_YoloX" "`YOLOX `_ ","onnx","640x640","`yolox_x.py `_","`ONNX-YOLOX-x `_※1","onnx_det_YoloX" "`YOLOv3 `_ ","onnx","416x416","","`ONNX-YOLOv3-10 `_","onnx_det_YoloV3" "`YOLOv3 `_ ","onnx","416x416","","`ONNX-YOLOv3-12 `_","onnx_det_YoloV3" "`YOLOv3 `_ ","onnx","416x416","","`ONNX-YOLOv3-12-int8 `_","onnx_det_YoloV3" "`TinyYOLOv3 `_ ","onnx","416x416","","`ONNX-TinyYOLOv3 `_","onnx_det_TinyYoloV3" - ※1 : `pth2onnx `_ を使用してONNX形式に変換して使用* Image Classification ====================== .. csv-table:: :header: "base","frameWork","input","config","model","predict_type" "`Swin Transformer `_ ","mmpretrain","224x224","`swin-tiny_16xb64_in1k.py `_ ","`swin-tiny_16xb64_in1k `_","mmpretrain_cls_swin_Lite" "`Swin Transformer `_ ","mmpretrain","224x224","`swin-small_16xb64_in1k.py `_","`swin-small_16xb64_in1k `_","mmpretrain_cls_swin_Lite" "`Swin Transformer `_ ","mmpretrain","384x384","`swin-base_16xb64_in1k-384px.py `_","`swin-base_16xb64_in1k-384px `_","mmpretrain_cls_swin" "`Swin Transformer `_ ","mmpretrain","384x384","`swin-large_16xb64_in1k-384px.py `_","`swin-large_16xb64_in1k-384px `_","mmpretrain_cls_swin" "`EfficientNet-Lite4 `_ ","onnx","224x224","","`EfficientNet-Lite4-11 `_","onnx_cls_EfficientNet_Lite4" "`EfficientNet-Lite4 `_ ","onnx","224x224","","`EfficientNet-Lite4-11-int8 `_","onnx_cls_EfficientNet_Lite4" "`EfficientNet-Lite4 `_ ","onnx","224x224","","`EfficientNet-Lite4-11-qdq `_","onnx_cls_EfficientNet_Lite4" Face Detection and Recognition ================================ .. csv-table:: :header: "base","frameWork","input","config","model","predict_type" "`insightface `_ ","insightface","640x640","","`antelopev2 `_","insightface_det" "`insightface `_ ","insightface","640x640","","`buffalo_l `_","insightface_det" "`insightface `_ ","insightface","640x640","","`buffalo_m `_","insightface_det" "`insightface `_ ","insightface","640x640","","`buffalo_s `_","insightface_det" "`insightface `_ ","insightface","640x640","","`buffalo_sc `_","insightface_det"