zoukankan      html  css  js  c++  java
  • pytorch yolov5

    pytorch yolov5

    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>pip install -r requirements.txt
    Requirement already satisfied: numpy>=1.18.5 in e:anaconda3install1envswind_2021libsite-packages (from -r requirements.txt (line 6)) (1.19.5)
    Requirement already satisfied: Pillow in e:anaconda3install1envswind_2021libsite-packages (from -r requirements.txt (line 8)) (8.1.0)
    Requirement already satisfied: torch>=1.7.0 in e:anaconda3install1envswind_2021libsite-packages (from -r requirements.txt (line 12)) (1.7.1+cpu)
    Requirement already satisfied: torchvision>=0.8.1 in e:anaconda3install1envswind_2021libsite-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:anaconda3install1envswind_2021libsite-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:anaconda3install1envswind_2021libsite-packages (from tensorboard>=2.2->-r requirements.txt (line 11)) (0.36.2)
    Requirement already satisfied: typing-extensions in e:anaconda3install1envswind_2021libsite-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:anaconda3install1envswind_2021libsite-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:usersluoappdatalocalpipcachewheelse77726f38b5bea571cd8f4689f91a7c1ed2eaecb2c2ce17f9945b17
    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:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>
    (wind_2021) L:PytorchProjectyolov5-master>

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

  • 相关阅读:
    Python编程题32最小栈
    Python编程题31用列表实现队列
    Python编程题34用队列实现栈
    Python编程题40验证字母表的顺序
    Python编程题36三个数的最大乘积
    Python编程题39所有奇数长度子列表的和
    RTX 3090的深度学习环境配置指南:Pytorch、TensorFlow、Keras。配置显卡
    python numpy实现SVD 矩阵分解
    linux安装tomcat部署静态网页
    python使用deepwalk模型算节点相似度
  • 原文地址:https://www.cnblogs.com/herd/p/14246931.html
Copyright © 2011-2022 走看看