@@ -188,41 +188,41 @@ Besides python API, mmdeploy SDK also provides other FFI (Foreign Function Inter
188188
189189## Supported models
190190
191- | Model | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVino |
192- | :------------------------------------------------------------------------------------------------------- | :---------: | :------: | :--: | :---: | :------: |
193- | [ FCN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fcn ) | Y | Y | Y | Y | Y |
194- | [ PSPNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/pspnet ) [ \* ] ( #static_shape ) | Y | Y | Y | Y | Y |
195- | [ DeepLabV3] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3 ) | Y | Y | Y | Y | Y |
196- | [ DeepLabV3+] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3plus ) | Y | Y | Y | Y | Y |
197- | [ Fast-SCNN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fastscnn ) [ \* ] ( #static_shape ) | Y | Y | N | Y | Y |
198- | [ UNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/unet ) | Y | Y | Y | Y | Y |
199- | [ ANN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ann ) [ \* ] ( #static_shape ) | Y | Y | N | N | N |
200- | [ APCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/apcnet ) | Y | Y | Y | N | N |
201- | [ BiSeNetV1] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/bisenetv1 ) | Y | Y | Y | N | Y |
202- | [ BiSeNetV2] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/bisenetv2 ) | Y | Y | Y | N | Y |
203- | [ CGNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/cgnet ) | Y | Y | Y | N | Y |
204- | [ DMNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dmnet ) | Y | N | N | N | N |
205- | [ DNLNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dnlnet ) | Y | Y | Y | N | Y |
206- | [ EMANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/emanet ) | Y | Y | N | N | Y |
207- | [ EncNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/encnet ) | Y | Y | N | N | Y |
208- | [ ERFNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/erfnet ) | Y | Y | Y | N | Y |
209- | [ FastFCN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fastfcn ) | Y | Y | Y | N | Y |
210- | [ GCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/gcnet ) | Y | Y | N | N | N |
211- | [ ICNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/icnet ) [ \* ] ( #static_shape ) | Y | Y | N | N | Y |
212- | [ ISANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/isanet ) [ \* ] ( #static_shape ) | Y | Y | N | N | Y |
213- | [ NonLocal Net] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/nonlocal_net ) | Y | Y | Y | N | Y |
214- | [ OCRNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ocrnet ) | Y | Y | Y | N | Y |
215- | [ PointRend] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/point_rend ) [ \* ] ( #static_shape ) | Y | Y | N | N | N |
216- | [ Semantic FPN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/sem_fpn ) | Y | Y | Y | N | Y |
217- | [ STDC] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/stdc ) | Y | Y | Y | N | Y |
218- | [ UPerNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/upernet ) [ \* ] ( #static_shape ) | Y | Y | N | N | N |
219- | [ DANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/danet ) | Y | Y | N | N | Y |
220- | [ Segmenter] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/segmenter ) [ \* ] ( #static_shape ) | Y | Y | Y | N | Y |
221- | [ SegFormer] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/segformer ) [ \* ] ( #static_shape ) | Y | Y | N | N | Y |
222- | [ SETR] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/setr ) | Y | N | N | N | Y |
223- | [ CCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ccnet ) | N | N | N | N | N |
224- | [ PSANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/psanet ) | N | N | N | N | N |
225- | [ DPT] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dpt ) | N | N | N | N | N |
191+ | Model | TorchScript | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVino |
192+ | :------------------------------------------------------------------------------------------------------- | :---------: | :---------: | :------ : | :--: | :---: | :------: |
193+ | [ FCN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fcn ) | Y | Y | Y | Y | Y | Y |
194+ | [ PSPNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/pspnet ) [ \* ] ( #static_shape ) | Y | Y | Y | Y | Y | Y |
195+ | [ DeepLabV3] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3 ) | Y | Y | Y | Y | Y | Y |
196+ | [ DeepLabV3+] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3plus ) | Y | Y | Y | Y | Y | Y |
197+ | [ Fast-SCNN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fastscnn ) [ \* ] ( #static_shape ) | Y | Y | Y | N | Y | Y |
198+ | [ UNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/unet ) | Y | Y | Y | Y | Y | Y |
199+ | [ ANN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ann ) [ \* ] ( #static_shape ) | Y | Y | Y | N | N | N |
200+ | [ APCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/apcnet ) | Y | Y | Y | Y | N | N |
201+ | [ BiSeNetV1] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/bisenetv1 ) | Y | Y | Y | Y | N | Y |
202+ | [ BiSeNetV2] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/bisenetv2 ) | Y | Y | Y | Y | N | Y |
203+ | [ CGNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/cgnet ) | Y | Y | Y | Y | N | Y |
204+ | [ DMNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dmnet ) | ? | Y | N | N | N | N |
205+ | [ DNLNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dnlnet ) | ? | Y | Y | Y | N | Y |
206+ | [ EMANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/emanet ) | Y | Y | Y | N | N | Y |
207+ | [ EncNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/encnet ) | Y | Y | Y | N | N | Y |
208+ | [ ERFNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/erfnet ) | Y | Y | Y | Y | N | Y |
209+ | [ FastFCN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fastfcn ) | Y | Y | Y | Y | N | Y |
210+ | [ GCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/gcnet ) | Y | Y | Y | N | N | N |
211+ | [ ICNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/icnet ) [ \* ] ( #static_shape ) | Y | Y | Y | N | N | Y |
212+ | [ ISANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/isanet ) [ \* ] ( #static_shape ) | N | Y | Y | N | N | Y |
213+ | [ NonLocal Net] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/nonlocal_net ) | ? | Y | Y | Y | N | Y |
214+ | [ OCRNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ocrnet ) | Y | Y | Y | Y | N | Y |
215+ | [ PointRend] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/point_rend ) [ \* ] ( #static_shape ) | Y | Y | Y | N | N | N |
216+ | [ Semantic FPN] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/sem_fpn ) | Y | Y | Y | Y | N | Y |
217+ | [ STDC] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/stdc ) | Y | Y | Y | Y | N | Y |
218+ | [ UPerNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/upernet ) [ \* ] ( #static_shape ) | N | Y | Y | N | N | N |
219+ | [ DANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/danet ) | ? | Y | Y | N | N | Y |
220+ | [ Segmenter] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/segmenter ) [ \* ] ( #static_shape ) | N | Y | Y | Y | N | Y |
221+ | [ SegFormer] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/segformer ) [ \* ] ( #static_shape ) | ? | Y | Y | N | N | Y |
222+ | [ SETR] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/setr ) | ? | Y | N | N | N | Y |
223+ | [ CCNet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/ccnet ) | ? | N | N | N | N | N |
224+ | [ PSANet] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/psanet ) | ? | N | N | N | N | N |
225+ | [ DPT] ( https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/dpt ) | ? | N | N | N | N | N |
226226
227227## Reminder
228228
0 commit comments