Robust Video Matting (RVM) Windows Installation Tutorial

Share this & earn $10
Published at : October 08, 2021

My main channel where I introduce the latest fascinating AI tools
https://youtube.com/bycloudai

Related video for info/explanation
https://youtu.be/2GcegtA95pY

RVM - Robust Video Matting
[Project Page] https://peterl1n.github.io/RobustVideoMatting/#/
[GitHub] https://github.com/PeterL1n/RobustVideoMatting
[Paper] https://arxiv.org/abs/2108.11515


I didn't write a GitHub page because video matting live would be overshadowing this soon.
Commands:
conda create -n RVMatting python=3.6
conda activate RVMatting

20 series or earlier
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch

30 series
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge

pip install -r requirements_inference.txt

python inference.py --variant mobilenetv3 --checkpoint checkpoint/rvm_mobilenetv3.pth --device cuda --input-source input/d1.mp4 --output-type video --output-composition output/com.mp4 --output-alpha output/alp.mp4 --output-foreground output/for.mp4 --output-video-mbps 10 --seq-chunk 1




[Discord] https://discord.gg/NhJZGtH
[Twitter] https://twitter.com/ytcloud_
[Patreon] https://www.patreon.com/bycloud Robust Video Matting (RVM) Windows Installation Tutorial
RobustVideoMatting