yolov5 环境配置

yolov5环境配置

(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>conda create -n wind_202102 python=3.7
Fetching package metadata ...................
Solving package specifications: .

Package plan for installation in environment E:Anaconda3install1envswind_202102:

The following NEW packages will be INSTALLED:

    ca-certificates: 2020.12.5-h5b45459_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    certifi:         2020.12.5-py37h03978a9_1 https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    openssl:         1.1.1i-h8ffe710_0        https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    pip:             20.3.3-pyhd8ed1ab_0      https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    python:          3.7.9-h7840368_0_cpython https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    python_abi:      3.7-1_cp37m              https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    setuptools:      49.6.0-py37h03978a9_3    https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    sqlite:          3.34.0-h8ffe710_0        https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    vc:              14.2-hb210afc_2          https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    vs2015_runtime:  14.28.29325-h5e1d092_0   https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    wheel:           0.36.2-pyhd3deb0d_0      https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    wincertstore:    0.2-py37h03978a9_1006    https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge

Proceed ([y]/n)? y

python-3.7.9-h 100% |###############################| Time: 0:00:05   3.46 MB/s
python_abi-3.7 100% |###############################| Time: 0:00:00   3.61 MB/s
certifi-2020.1 100% |###############################| Time: 0:00:00   7.36 MB/s
wincertstore-0 100% |###############################| Time: 0:00:00  15.29 MB/s
setuptools-49. 100% |###############################| Time: 0:00:00   8.53 MB/s
#
# To activate this environment, use:
# > activate wind_202102
#
# To deactivate an active environment, use:
# > deactivate
#
# * for power-users using bash, you must source
#


(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>
(E:Anaconda3install1) L:>activate wind_202102

(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting torch==1.7.1+cpu
  Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-win_amd64.whl (184.2 MB)
     |████████████████████████████████| 184.2 MB 1.3 kB/s
Collecting torchaudio===0.7.2
  Downloading https://download.pytorch.org/whl/torchaudio-0.7.2-cp37-none-win_amd64.whl (103 kB)
     |████████████████████████████████| 103 kB 3.3 MB/s
Collecting torchvision==0.8.2+cpu
  Downloading https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-win_amd64.whl (805 kB)
     |████████████████████████████████| 805 kB 6.8 MB/s
Collecting pillow>=4.1.1
  Downloading Pillow-8.1.0-cp37-cp37m-win_amd64.whl (2.2 MB)
     |████████████████████████████████| 2.2 MB 409 kB/s
Collecting numpy
  Downloading numpy-1.19.5-cp37-cp37m-win_amd64.whl (13.2 MB)
     |████████████████████████████████| 13.2 MB 595 kB/s
Collecting typing-extensions
  Using cached typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Installing collected packages: typing-extensions, numpy, torch, pillow, torchvision, torchaudio
Successfully installed numpy-1.19.5 pillow-8.1.0 torch-1.7.1+cpu torchaudio-0.7.2 torchvision-0.8.2+cpu typing-extensions-3.7.4.3

(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>pip install ipython
Collecting ipython
  Using cached ipython-7.19.0-py3-none-any.whl (784 kB)
Requirement already satisfied: setuptools>=18.5 in e:anaconda3install1envswind_202102libsite-packages (from ipython) (49.6.0.post20210108)
Collecting jedi>=0.10
  Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
Collecting parso<0.9.0,>=0.8.0
  Using cached parso-0.8.1-py2.py3-none-any.whl (93 kB)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  Downloading prompt_toolkit-3.0.10-py3-none-any.whl (355 kB)
     |████████████████████████████████| 355 kB 2.2 MB/s
Collecting traitlets>=4.2
  Using cached traitlets-5.0.5-py3-none-any.whl (100 kB)
Collecting backcall
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting colorama
  Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting decorator
  Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting ipython-genutils
  Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting pickleshare
  Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting pygments
  Using cached Pygments-2.7.3-py3-none-any.whl (950 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Installing collected packages: wcwidth, parso, ipython-genutils, traitlets, pygments, prompt-toolkit, pickleshare, jedi, decorator, colorama, backcall, ipython
Successfully installed backcall-0.2.0 colorama-0.4.4 decorator-4.4.2 ipython-7.19.0 ipython-genutils-0.2.0 jedi-0.18.0 parso-0.8.1 pickleshare-0.7.5 prompt-toolkit-3.0.10 pygments-2.7.3 traitlets-5.0.5 wcwidth-0.2.5

(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>
(wind_202102) L:>cd L:PytorchProjectyolov5-master_20200112yolov5-master

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>pip install -r requirements.txt
Requirement already satisfied: numpy>=1.18.5 in e:anaconda3install1envswind_202102libsite-packages (from -r requirements.txt (line 6)) (1.19.5)
Requirement already satisfied: Pillow in e:anaconda3install1envswind_202102libsite-packages (from -r requirements.txt (line 8)) (8.1.0)
Requirement already satisfied: torch>=1.7.0 in e:anaconda3install1envswind_202102libsite-packages (from -r requirements.txt (line 12)) (1.7.1+cpu)
Requirement already satisfied: torchvision>=0.8.1 in e:anaconda3install1envswind_202102libsite-packages (from -r requirements.txt (line 13)) (0.8.2+cpu)
Collecting matplotlib>=3.2.2
  Downloading matplotlib-3.3.3-cp37-cp37m-win_amd64.whl (8.5 MB)
     |████████████████████████████████| 8.5 MB 731 kB/s
Collecting opencv-python>=4.1.2
  Downloading opencv_python-4.5.1.48-cp37-cp37m-win_amd64.whl (34.9 MB)
     |████████████████████████████████| 34.9 MB 51 kB/s
Collecting pycocotools>=2.0
  Using cached pycocotools-2.0.2.tar.gz (23 kB)
Requirement already satisfied: setuptools>=18.0 in e:anaconda3install1envswind_202102libsite-packages (from pycocotools>=2.0->-r requirements.txt (line 30)) (49.6.0.post20210108)
Collecting Cython
  Using cached Cython-0.29.21-cp37-cp37m-win_amd64.whl (1.6 MB)
Collecting PyYAML>=5.3
  Downloading PyYAML-5.3.1-cp37-cp37m-win_amd64.whl (216 kB)
     |████████████████████████████████| 216 kB 386 kB/s
Collecting scipy>=1.4.1
  Downloading scipy-1.6.0-cp37-cp37m-win_amd64.whl (32.5 MB)
     |████████████████████████████████| 32.5 MB 34 kB/s
Collecting seaborn>=0.11.0
  Using cached seaborn-0.11.1-py3-none-any.whl (285 kB)
Collecting pandas
  Downloading pandas-1.2.0-cp37-cp37m-win_amd64.whl (9.1 MB)
     |████████████████████████████████| 9.1 MB 652 kB/s
Collecting tensorboard>=2.2
  Using cached tensorboard-2.4.0-py3-none-any.whl (10.6 MB)
Requirement already satisfied: wheel>=0.26 in e:anaconda3install1envswind_202102libsite-packages (from tensorboard>=2.2->-r requirements.txt (line 11)) (0.36.2)
Requirement already satisfied: typing-extensions in e:anaconda3install1envswind_202102libsite-packages (from torch>=1.7.0->-r requirements.txt (line 12)) (3.7.4.3)
Collecting tqdm>=4.41.0
  Downloading tqdm-4.56.0-py2.py3-none-any.whl (72 kB)
     |████████████████████████████████| 72 kB 182 kB/s
Collecting absl-py>=0.4
  Using cached absl_py-0.11.0-py3-none-any.whl (127 kB)
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
  Using cached google_auth-1.24.0-py2.py3-none-any.whl (114 kB)
Collecting cachetools<5.0,>=2.0.0
  Using cached cachetools-4.2.0-py3-none-any.whl (12 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Using cached google_auth_oauthlib-0.4.2-py2.py3-none-any.whl (18 kB)
Collecting grpcio>=1.24.3
  Downloading grpcio-1.34.0-cp37-cp37m-win_amd64.whl (2.9 MB)
     |████████████████████████████████| 2.9 MB 285 kB/s
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.3.1-cp37-cp37m-win_amd64.whl (51 kB)
     |████████████████████████████████| 51 kB 43 kB/s
Collecting markdown>=2.6.8
  Using cached Markdown-3.3.3-py3-none-any.whl (96 kB)
Collecting protobuf>=3.6.0
  Downloading protobuf-3.14.0-cp37-cp37m-win_amd64.whl (798 kB)
     |████████████████████████████████| 798 kB 547 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
  Using cached pytz-2020.5-py2.py3-none-any.whl (510 kB)
Collecting requests<3,>=2.21.0
  Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Requirement already satisfied: certifi>=2017.4.17 in e:anaconda3install1envswind_202102libsite-packages (from requests<3,>=2.21.0->tensorboard>=2.2->-r requirements.txt (line 11)) (2020.12.5)
Collecting chardet<5,>=3.0.2
  Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
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
  Downloading rsa-4.7-py3-none-any.whl (34 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
  Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
Collecting werkzeug>=0.11.15
  Using cached Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Collecting thop
  Using cached thop-0.0.31.post2005241907-py3-none-any.whl (8.7 kB)
Collecting importlib-metadata
  Downloading importlib_metadata-3.4.0-py3-none-any.whl (10 kB)
Collecting zipp>=0.5
  Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
Building wheels for collected packages: pycocotools
  Building wheel for pycocotools (setup.py) ... done
  Created wheel for pycocotools: filename=pycocotools-2.0.2-cp37-cp37m-win_amd64.whl size=77390 sha256=68cd27a90bc731dbcf2ff1ddae2990c0b952b04e3a0cec958fc2104083057395
  Stored in directory: c:usersluoappdatalocalpipcachewheelsccf1be95c99c5f9d1648be3f500ca55e7ce55f24818b0f48336adaf
Successfully built pycocotools
Installing collected packages: urllib3, pyasn1, idna, chardet, zipp, six, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, pytz, python-dateutil, pyparsing, kiwisolver, importlib-metadata, 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 importlib-metadata-3.4.0 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.7 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.56.0 urllib3-1.26.2 werkzeug-1.0.1 zipp-3.4.0

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>pip install PyQt5==5.12.1
Collecting PyQt5==5.12.1
  Downloading PyQt5-5.12.1-5.12.2-cp35.cp36.cp37.cp38-none-win_amd64.whl (47.4 MB)
     |████████████████████████████████| 47.4 MB 57 kB/s
Collecting PyQt5_sip<4.20,>=4.19.14
  Downloading PyQt5_sip-4.19.19-cp37-none-win_amd64.whl (52 kB)
     |████████████████████████████████| 52 kB 114 kB/s
Installing collected packages: PyQt5-sip, PyQt5
Successfully installed PyQt5-5.12.1 PyQt5-sip-4.19.19

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>pip install pyrealsense2
Collecting pyrealsense2
  Downloading pyrealsense2-2.41.0.2666-cp37-cp37m-win_amd64.whl (23.5 MB)
     |████████████████████████████████| 23.5 MB 59 kB/s
Installing collected packages: pyrealsense2
Successfully installed pyrealsense2-2.41.0.2666

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>

  

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>python pyqt_main_2021010801.py
Fusing layers...
+++
1
False
True
detection time. (0.354s)
detection time. (0.308s)
detection time. (0.302s)
detection time. (0.323s)
detection time. (0.318s)
detection time. (0.321s)
detection time. (0.317s)
detection time. (0.313s)
detection time. (0.325s)
26
detection time. (0.308s)
31
detection time. (0.338s)
32
detection time. (0.301s)
33
detection time. (0.312s)
detection time. (0.319s)
detection time. (0.309s)
detection time. (0.294s)
detection time. (0.313s)
detection time. (0.296s)
detection time. (0.318s)
detection time. (0.317s)
detection time. (0.306s)
detection time. (0.306s)
detection time. (0.312s)
detection time. (0.350s)
detection time. (0.348s)
detection time. (0.326s)
detection time. (0.318s)
detection time. (0.398s)
detection time. (0.322s)
detection time. (0.332s)
detection time. (0.382s)
detection time. (0.324s)
detection time. (0.301s)
detection time. (0.422s)
detection time. (0.326s)
detection time. (0.292s)
detection time. (0.401s)
detection time. (0.308s)
detection time. (0.304s)
detection time. (0.321s)
detection time. (0.315s)
detection time. (0.311s)
detection time. (0.307s)
detection time. (0.310s)
detection time. (0.333s)
detection time. (0.313s)
detection time. (0.300s)
detection time. (0.334s)
detection time. (0.318s)
detection time. (0.316s)
detection time. (0.296s)
detection time. (0.307s)
detection time. (0.311s)
detection time. (0.311s)
detection time. (0.308s)
detection time. (0.310s)
detection time. (0.303s)
detection time. (0.325s)
detection time. (0.308s)
detection time. (0.312s)
detection time. (0.318s)
detection time. (0.289s)
detection time. (0.280s)
detection time. (0.351s)
detection time. (0.347s)
detection time. (0.325s)
detection time. (0.316s)
detection time. (0.309s)
detection time. (0.311s)
detection time. (0.394s)
detection time. (0.342s)
detection time. (0.505s)
detection time. (0.314s)
detection time. (0.337s)
[ WARN:0] global C:UsersappveyorAppDataLocalTemp1pip-req-build-oduouqigopencvmodulesvideoiosrccap_msmf.cpp (434) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>
(wind_202102) L:PytorchProjectyolov5-master_20200112yolov5-master>

原文地址:https://www.cnblogs.com/herd/p/14265486.html