MatAnyone

This repository contains the model described in MatAnyone: Stable Video Matting with Consistent Memory Propagation.

Code: https://github.com/pq-yang/MatAnyone

Usage

pip install huggingface_hub required.

pip install -q git+https://github.com/pq-yang/MatAnyone

Users will only need to use these 2 lines to load and instantiate the model.

from matanyone.model.matanyone import MatAnyone
model = MatAnyone.from_pretrained("PeiqingYang/MatAnyone")

For inference, see the inference script.

Downloads last month
0
Safetensors
Model size
35.3M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.