metadata
library_name: matanyone
tags:
- model_hub_mixin
- pytorch_model_hub_mixin
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.