# 自动抠人像 **Repository Path**: jiugesoft/robust-videor ## Basic Information - **Project Name**: 自动抠人像 - **Description**: MP4和图片格式都可 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-14 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RobustVideoMatting-master #### 介绍 基于字节跳动开源的RobustVideoMatting-master,用于学习。 ### For Learning (1) 打开命令行,进入目的文件夹,运行以下指令: ```bash git clone https://github.com/PeterL1n/RobustVideoMatting.git ``` (2) 下载依赖库 ```bash pip3 install -r reference.txt ``` (3) 编写run.py程序调用inference.py (4) 在run.py中修改参数(权重文件、输入视频的文件名等) (5) 运行demo。