Files
FastDeploy/examples/vision/matting/rvm
huangjianhui 376fdbfe2c [Other] Update old Api to new ones (#861)
* Update keypointdetection result docs

* Update im.copy() to im in examples

* Update new Api, fastdeploy::vision::Visualize to fastdeploy::vision

* Update SwapBackgroundSegmentation && SwapBackgroundMatting to SwapBackground

* Update README_CN.md

* Update README_CN.md
2022-12-14 17:25:58 +08:00
..

RobustVideoMatting 模型部署

模型版本说明

支持模型列表

目前FastDeploy支持如下模型的部署

下载预训练模型

为了方便开发者的测试下面提供了RobustVideoMatting导出的各系列模型开发者可直接下载使用。

模型 参数大小 精度 备注
rvm_mobilenetv3_fp32.onnx 15MB -
rvm_resnet50_fp32.onnx 103MB -
rvm_mobilenetv3_trt.onnx 15MB -
rvm_resnet50_trt.onnx 103MB -

Note

  • 如果要使用 TensorRT 进行推理,需要下载后缀为 trt 的 onnx 模型文件

详细部署文档