知风·伴
首页
整合包下载
教程视频
关于我
VisoMaster1.6中文版-安装指南
VisoMaster1.6 安装指南
安装说明
请确保已安装
CONDA
。
请确保已安装
GIT
。
整合包下载
点击下载
。
# 克隆代码 提示警告 按回车仍然粘贴 克隆后直接切换到项目目录
git clone https://github.com/wwzhifeng/VisoMaster-ZH.git cd VisoMaster-ZH
# 创建并激活环境。指定路径: E:/your_path 👉 替换为你想要存放环境的实际路径,
conda create --prefix E:/your_path/wzf python=3.10.13 -y conda activate E:/your_path/wzf
# 安装CUDA and cuDNN
conda install -c nvidia/label/cuda-12.4.1 cuda-runtime conda install -c conda-forge cudnn
# 安装图像处理工具
conda install scikit-image
# 安装依赖
pip install -r requirements_cu124.txt
# 下载模型
python download_models.py
# 启动程序
python main.py