Views
No views yet
pip install -q git+https://github.com/pq-yang/MatAnyone1from matanyone import InferenceCore
2processor = InferenceCore("PeiqingYang/MatAnyone")
3
4foreground_path, alpha_path = processor.process_video(
5 input_path = <video_path>,
6 mask_path = <mask_path>,
7 output_path = <output_path>
8)