Robust Video Matting model is a powerful model that can provide high-quality matting images.
For details see the repository. For model convert tool see openvinotoolkit open_model_zoo
- Download robust-video-matting-mobilenetv3 from openvino model zoo
pip install openvino-dev
omz_downloader --name robust-video-matting-mobilenetv3
omz_converter --name robust-video-matting-mobilenetv3 --precisions FP16
- Reshap model
pip install openvino==2025.3
python .\reshape_ov.py
The original model is distributed under the GPL-3.0 License.