赞
踩
1、浏览器输入python.org
https://www.python.org/downloads/
建议自定义安装
安装完成之后
2、安装opencv-python
pip install opencv-python==4.7.0.72 -i https://pypi.tuna.tsinghua.edu.cn/simple
使用清华镜像源下载提升下载速度
3、pip install openvino==2023.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
4、安装https://developer.nvidia.com/cuda-toolkit-archive
RTX3070对应的是11.3版本关于CUDA的下载和配置链接
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install onnxruntime-gpu==1.13.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorboard
配置训练学习了图形显示界面
tensorboard –logdir=D:/log
在代码里面添加from torch.utils.tensorboard import
安装pycocotools安装文章链接
4、然后安装https://pytorch.org/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。