FlowRVS
[ICLR 2026] Deforming Videos to Masks: Flow Matching for Referring Video Segmentation (FlowRVS)
File Explorer
Download Latest Version (.zip)- begin_01.jpg
- method.jpg
- __init__.cpython-310.pyc
- categories.cpython-310.pyc
- concat_dataset.cpython-310.pyc
- davis.cpython-310.pyc
- mevis.cpython-310.pyc
- refexp.cpython-310.pyc
- refexp2seq.cpython-310.pyc
- transform_utils.cpython-310.pyc
- transforms_image.cpython-310.pyc
- transforms_video.cpython-310.pyc
- ytvos.cpython-310.pyc
- __init__.py
- categories.py
- coco.py
- concat_dataset.py
- convert_refexp_to_coco.py
- davis.py
- mevis.py
- refer.py
- refexp.py
- refexp2seq.py
- samplers.py
- transform_utils.py
- transforms_image.py
- transforms_video.py
- ytvos.py
- __init__.cpython-310.pyc
- mask_vae_finetuner.cpython-310.pyc
- text.cpython-310.pyc
- transformer.cpython-310.pyc
- wan_rvos.cpython-310.pyc
- __init__.py
- mask_vae_finetuner.py
- text.py
- transformer.py
- wan_rvos.py
- box_ops.cpython-310.pyc
- misc.cpython-310.pyc
- box_ops.py
- misc.py
- engine.py
- inference_demo.py
- inference_mevis.py
- LICENSE
- main.py
- metrics.py
- opts.py
- README.md
- requirements.txt
- sample.py
- utils_inf.py
# Installation Guide
git clone https://github.com/xmz111/FlowRVS
Downloads the entire project code from GitHub to your computer.
cd FlowRVS
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install "huggingface_hub[cli]"
Installs the package published on PyPI directly โ no need to clone the source.
pip install gdown
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install "huggingface_hub[cli]"
Installs the package published on PyPI directly โ no need to clone the source.
pip install gdown
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
