I just made a video for all of you to understand this, how to install and how to use it.
This works on linux, mac and windows. I’ve done it on Linux with an RTX 3090 and mac with cpu
Hopefully you find it useful
Here are the steps to install and use it.
1 - Install Python 3.9
2 - Install Miniconda
3- cd RobustVideoMatting
4 - conda create -n rvm python=3.9.0
5- conda activate rvm
6 - download the models and paste them into /RobustVideomatting/checkpoint/
7 - Run these commands on a shell
@bryanb Yes, if you take a look, at the end of your string you have “- – seq-chunk 10”
so you should remove the first “-” after “outputFOR/”… so it would be “outputFOR/ --seq-chunk 10”
the new 2025.1 release brought this post backup in my head. I noticed there is an ONNX package on the GitHub for RVM. Would this work with the new inference node?