Instructions to use PeiqingYang/MatAnyone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MatAnyone
How to use PeiqingYang/MatAnyone with MatAnyone:
# Install from https://github.com/pq-yang/MatAnyone.git from matanyone.model.matanyone import MatAnyone model = MatAnyone.from_pretrained("PeiqingYang/MatAnyone")from matanyone import InferenceCore processor = InferenceCore("PeiqingYang/MatAnyone") - Notebooks
- Google Colab
- Kaggle
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.