Windows配yolov5环境
来源:http://www.tudoupe.com时间:2022-04-15
I. 视觉工作室安装
下载社区版的视觉工作室。
请接受我的歉意, 微软。这篇文章是我们特别报导全球之声Online.com/zh-hans/ downloads/的一部分。
在安装时, 选择“ Python Development ” 和“ C++ 桌面开发 ” 。
二、安装CMake
https://cmake.org/
三. Anconda装置
https://www.anaconda.com/products/individual
四、创建虚拟环境
1、换源
conda config --add channels
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
2、新建虚拟环境
conda create -n yolov5 python=3.8
3、进入虚拟环境
conda activate yolov5
4. 虚拟环境适合俾路支和库达托基特。
五、安装依赖库
cd 到 yolov5 代码目录
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
六. 无法从指挥线安装Pycotools。
pip install cython
git clone https://github.com/philferriere/cocoapi.git
cd cocoapi/PythonAPI
python setup.py install --user
上一篇:无法更改家庭组设置WIN10
下一篇:370r5v不能安装Win10
相关新闻
- 2022-08-04 WPF的由来
- 2022-08-04 Win11勒索软件防护怎么打开?Win11安
- 2022-08-04 Windows系统jdk的配置
- 2022-08-04 Windows10 OneNote怎么重新登录?如何重
- 2022-08-04 超好用的 Windows 效率工具推荐
- 2022-08-04 Windows如何在CMD或PowerShell中配置代理
- 2022-08-04 powershell和cmd对比
- 2022-08-04 【QT】Windows下QT下载安装
- 2022-08-04 windows下 C++ 实现类属性的get和set方
- 2022-08-04 Win11快速助手在哪里?Win11打开快速
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
