ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

pytorch yolov5

2021-01-07 16:01:06  阅读:275  来源: 互联网

标签:Collecting kB none whl py3 yolov5 pytorch any


pytorch yolov5

(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>pip install -r requirements.txt
Requirement already satisfied: numpy>=1.18.5 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from -r requirements.txt (line 6)) (1.19.5)
Requirement already satisfied: Pillow in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from -r requirements.txt (line 8)) (8.1.0)
Requirement already satisfied: torch>=1.7.0 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from -r requirements.txt (line 12)) (1.7.1+cpu)
Requirement already satisfied: torchvision>=0.8.1 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from -r requirements.txt (line 13)) (0.8.2+cpu)
Collecting matplotlib>=3.2.2
  Downloading matplotlib-3.3.3-cp38-cp38-win_amd64.whl (8.5 MB)
     |████████████████████████████████| 8.5 MB 117 kB/s
Collecting opencv-python>=4.1.2
  Downloading opencv_python-4.5.1.48-cp38-cp38-win_amd64.whl (34.9 MB)
     |████████████████████████████████| 34.9 MB 39 kB/s
Collecting pycocotools>=2.0
  Downloading pycocotools-2.0.2.tar.gz (23 kB)
Requirement already satisfied: setuptools>=18.0 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from pycocotools>=2.0->-r requirements.txt (line 30)) (49.6.0.post20201009)
Collecting Cython
  Using cached Cython-0.29.21-cp38-cp38-win_amd64.whl (1.7 MB)
Collecting PyYAML>=5.3
  Downloading PyYAML-5.3.1-cp38-cp38-win_amd64.whl (219 kB)
     |████████████████████████████████| 219 kB 81 kB/s
Collecting scipy>=1.4.1
  Downloading scipy-1.6.0-cp38-cp38-win_amd64.whl (32.7 MB)
     |████████████████████████████████| 32.7 MB 37 kB/s
Collecting seaborn>=0.11.0
  Downloading seaborn-0.11.1-py3-none-any.whl (285 kB)
     |████████████████████████████████| 285 kB 149 kB/s
Collecting pandas
  Downloading pandas-1.2.0-cp38-cp38-win_amd64.whl (9.3 MB)
     |████████████████████████████████| 9.3 MB 95 kB/s
Collecting tensorboard>=2.2
  Downloading tensorboard-2.4.0-py3-none-any.whl (10.6 MB)
     |████████████████████████████████| 10.6 MB 57 kB/s
Requirement already satisfied: wheel>=0.26 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from tensorboard>=2.2->-r requirements.txt (line 11)) (0.36.2)
Requirement already satisfied: typing-extensions in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from torch>=1.7.0->-r requirements.txt (line 12)) (3.7.4.3)
Collecting tqdm>=4.41.0
  Downloading tqdm-4.55.1-py2.py3-none-any.whl (68 kB)
     |████████████████████████████████| 68 kB 136 kB/s
Collecting absl-py>=0.4
  Downloading absl_py-0.11.0-py3-none-any.whl (127 kB)
     |████████████████████████████████| 127 kB 107 kB/s
Collecting cycler>=0.10
  Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting google-auth<2,>=1.6.3
  Downloading google_auth-1.24.0-py2.py3-none-any.whl (114 kB)
     |████████████████████████████████| 114 kB 128 kB/s
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.0-py3-none-any.whl (12 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Downloading google_auth_oauthlib-0.4.2-py2.py3-none-any.whl (18 kB)
Collecting grpcio>=1.24.3
  Downloading grpcio-1.34.0-cp38-cp38-win_amd64.whl (2.9 MB)
     |████████████████████████████████| 2.9 MB 94 kB/s
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.3.1-cp38-cp38-win_amd64.whl (51 kB)
     |████████████████████████████████| 51 kB 93 kB/s
Collecting markdown>=2.6.8
  Downloading Markdown-3.3.3-py3-none-any.whl (96 kB)
     |████████████████████████████████| 96 kB 74 kB/s
Collecting protobuf>=3.6.0
  Downloading protobuf-3.14.0-py2.py3-none-any.whl (173 kB)
     |████████████████████████████████| 173 kB 51 kB/s
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting python-dateutil>=2.1
  Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting pytz>=2017.3
  Downloading pytz-2020.5-py2.py3-none-any.whl (510 kB)
     |████████████████████████████████| 510 kB 85 kB/s
Collecting requests<3,>=2.21.0
  Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 83 kB/s
Requirement already satisfied: certifi>=2017.4.17 in e:\anaconda3\install1\envs\wind_2021\lib\site-packages (from requests<3,>=2.21.0->tensorboard>=2.2->-r requirements.txt (line 11)) (2020.12.5)
Collecting chardet<5,>=3.0.2
  Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 74 kB/s
Collecting idna<3,>=2.5
  Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting requests-oauthlib>=0.7.0
  Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Collecting rsa<5,>=3.1.4
  Using cached rsa-4.6-py3-none-any.whl (47 kB)
Collecting six>=1.10.0
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting tensorboard-plugin-wit>=1.6.0
  Using cached tensorboard_plugin_wit-1.7.0-py3-none-any.whl (779 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
     |████████████████████████████████| 136 kB 78 kB/s
Collecting werkzeug>=0.11.15
  Using cached Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Collecting thop
  Downloading thop-0.0.31.post2005241907-py3-none-any.whl (8.7 kB)
Building wheels for collected packages: pycocotools
  Building wheel for pycocotools (setup.py) ... done
  Created wheel for pycocotools: filename=pycocotools-2.0.2-cp38-cp38-win_amd64.whl size=79030 sha256=091873bc41fc5ef96d26e15e0f23c0dc4b8c8ecdb6b3e5a8915c55602aca48d9
  Stored in directory: c:\users\luo\appdata\local\pip\cache\wheels\e7\77\b2\6f38b5bea571cd8f4689f91a7c1ed2eaecb2c2ce17f9945b17
Successfully built pycocotools
Installing collected packages: urllib3, pyasn1, idna, chardet, six, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, pytz, python-dateutil, pyparsing, kiwisolver, google-auth, cycler, werkzeug, tensorboard-plugin-wit, scipy, protobuf, pandas, matplotlib, markdown, grpcio, google-auth-oauthlib, Cython, absl-py, tqdm, thop, tensorboard, seaborn, PyYAML, pycocotools, opencv-python
Successfully installed Cython-0.29.21 PyYAML-5.3.1 absl-py-0.11.0 cachetools-4.2.0 chardet-4.0.0 cycler-0.10.0 google-auth-1.24.0 google-auth-oauthlib-0.4.2 grpcio-1.34.0 idna-2.10 kiwisolver-1.3.1 markdown-3.3.3 matplotlib-3.3.3 oauthlib-3.1.0 opencv-python-4.5.1.48 pandas-1.2.0 protobuf-3.14.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycocotools-2.0.2 pyparsing-2.4.7 python-dateutil-2.8.1 pytz-2020.5 requests-2.25.1 requests-oauthlib-1.3.0 rsa-4.6 scipy-1.6.0 seaborn-0.11.1 six-1.15.0 tensorboard-2.4.0 tensorboard-plugin-wit-1.7.0 thop-0.0.31.post2005241907 tqdm-4.55.1 urllib3-1.26.2 werkzeug-1.0.1

(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>
(wind_2021) L:\PytorchProject\yolov5-master>

 

参考:https://github.com/ultralytics/yolov5

 

标签:Collecting,kB,none,whl,py3,yolov5,pytorch,any
来源: https://www.cnblogs.com/herd/p/14246931.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有