上传者: 38629391
|
上传时间: 2021-07-28 16:44:52
|
文件大小: 277KB
|
文件类型: PDF
1.下载
代码网址:https://github.com/ultralytics/yolov3
权重文件:这个好久之前下载的了网址找不到了
2.代码环境
Readme写的是python3.7,我用的是3.6
其他的根据requirements.txt安装可运行,可以先使用以下代码安装
pip install -U -r requirements.txt
安装列表中包含
numpy
opencv-python >= 4.1
torch >= 1.4
matplotlib
pycocotools
tqdm
pillow
你在安装中可能会遇到以下问题
提示torch版本不对
【解决方案】通过官网代码