PaddleDetection
作者:互联网
PaddleDetection
(base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ conda activate wind_paddle (wind_paddle) bim@bim-PowerEdge-R730:~$ (wind_paddle) bim@bim-PowerEdge-R730:~$ (wind_paddle) bim@bim-PowerEdge-R730:~$ (wind_paddle) bim@bim-PowerEdge-R730:~$
(wind_paddle) bim@bim-PowerEdge-R730:~$ python Python 3.7.0 | packaged by conda-forge | (default, Nov 12 2018, 20:15:55) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>> >>> >>> import paddle >>> >>> >>> paddle.utils.run_check() Running verify PaddlePaddle program ... W0325 12:26:23.599056 2118 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 6.0, Driver API Version: 11.4, Runtime API Version: 11.2 W0325 12:26:23.633646 2118 device_context.cc:465] device: 0, cuDNN Version: 8.1. PaddlePaddle works well on 1 GPU. W0325 12:26:30.568997 2118 parallel_executor.cc:617] Cannot enable P2P access from 0 to 1 W0325 12:26:30.569025 2118 parallel_executor.cc:617] Cannot enable P2P access from 1 to 0 W0325 12:26:32.155738 2118 dynamic_loader.cc:258] You may need to install 'nccl2' from NVIDIA official website: https://developer.nvidia.com/nccl/nccl-downloadbefore install PaddlePaddle. WARNING:root:PaddlePaddle meets some problem with 2 GPUs. This may be caused by: 1. There is not enough GPUs visible on your system 2. Some GPUs are occupied by other process now 3. NVIDIA-NCCL2 is not installed correctly on your system. Please follow instruction on https://github.com/NVIDIA/nccl-tests to test your NCCL, or reinstall it following https://docs.nvidia.com/deeplearning/sdk/nccl-install-guide/index.html WARNING:root: Original Error is: (PreconditionNotMet) The third-party dynamic library (libnccl.so) that Paddle depends on is not configured correctly. (error code is libnccl.so: cannot open shared object file: No such file or directory) Suggestions: 1. Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed. 2. Configure third-party dynamic library environment variables as follows: - Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...` - Windows: set PATH by `set PATH=XXX; (at /paddle/paddle/fluid/platform/dynload/dynamic_loader.cc:285) PaddlePaddle is installed successfully ONLY for single GPU! Let's start deep learning with PaddlePaddle now. >>> >>> >>> >>> exit() (wind_paddle) bim@bim-PowerEdge-R730:~$ (wind_paddle) bim@bim-PowerEdge-R730:~$
(wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project$ cd PaddleDetection-release-2.3 (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ ls benchmark dataset deploy LICENSE README_cn.md README.md scripts static tools configs demo docs ppdet README_en.md requirements.txt setup.py tests (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$
(wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ pip install -r requirements.txt Collecting tqdm Downloading tqdm-4.63.1-py2.py3-none-any.whl (76 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.6/76.6 KB 1.5 MB/s eta 0:00:00 Collecting typeguard Downloading typeguard-2.13.3-py3-none-any.whl (17 kB) Collecting visualdl>=2.1.0 Downloading visualdl-2.2.3-py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 7.4 MB/s eta 0:00:00 Collecting opencv-python Downloading opencv_python-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/60.5 MB 8.0 MB/s eta 0:00:00 Collecting PyYAML Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 KB 8.2 MB/s eta 0:00:00 Collecting shapely Downloading Shapely-1.8.1.post1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 7.8 MB/s eta 0:00:00 Collecting scipy Downloading scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/38.1 MB 8.8 MB/s eta 0:00:00 Collecting terminaltables Downloading terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Collecting Cython Downloading Cython-0.29.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 8.1 MB/s eta 0:00:00 Collecting pycocotools Downloading pycocotools-2.0.4.tar.gz (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.6/106.6 KB 20.8 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: setuptools>=42.0.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (60.10.0) Collecting lap Downloading lap-0.4.0.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 7.9 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting sklearn Downloading sklearn-0.0.tar.gz (1.1 kB) Preparing metadata (setup.py) ... done Collecting motmetrics Downloading motmetrics-1.2.0-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 KB 21.7 MB/s eta 0:00:00 Collecting openpyxl Downloading openpyxl-3.0.9-py2.py3-none-any.whl (242 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 KB 13.6 MB/s eta 0:00:00 Collecting cython_bbox Downloading cython_bbox-0.1.3.tar.gz (41 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/41.3 KB 12.3 MB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "<string>", line 36, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-install-hlqlyo17/cython-bbox_82fae6fa12ac4a34a723b3bfcde5de64/setup.py", line 10, in <module> from Cython.Build import cythonize ModuleNotFoundError: No module named 'Cython' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$
(wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ pip install Cython Collecting Cython Using cached Cython-0.29.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) Installing collected packages: Cython Successfully installed Cython-0.29.28 (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$
(wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ pip install -r requirements.txt Collecting tqdm Using cached tqdm-4.63.1-py2.py3-none-any.whl (76 kB) Collecting typeguard Using cached typeguard-2.13.3-py3-none-any.whl (17 kB) Collecting visualdl>=2.1.0 Using cached visualdl-2.2.3-py3-none-any.whl (2.7 MB) Collecting opencv-python Using cached opencv_python-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 MB) Collecting PyYAML Using cached PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) Collecting shapely Using cached Shapely-1.8.1.post1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB) Collecting scipy Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) Collecting terminaltables Using cached terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Requirement already satisfied: Cython in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (0.29.28) Collecting pycocotools Using cached pycocotools-2.0.4.tar.gz (106 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: setuptools>=42.0.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (60.10.0) Collecting lap Using cached lap-0.4.0.tar.gz (1.5 MB) Preparing metadata (setup.py) ... done Collecting sklearn Using cached sklearn-0.0.tar.gz (1.1 kB) Preparing metadata (setup.py) ... done Collecting motmetrics Using cached motmetrics-1.2.0-py3-none-any.whl (151 kB) Collecting openpyxl Using cached openpyxl-3.0.9-py2.py3-none-any.whl (242 kB) Collecting cython_bbox Using cached cython_bbox-0.1.3.tar.gz (41 kB) Preparing metadata (setup.py) ... done Collecting Flask-Babel>=1.0.0 Downloading Flask_Babel-2.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: numpy in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from visualdl>=2.1.0->-r requirements.txt (line 3)) (1.21.5) Collecting flask>=1.1.1 Downloading Flask-2.0.3-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 KB 1.7 MB/s eta 0:00:00 Requirement already satisfied: requests in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from visualdl>=2.1.0->-r requirements.txt (line 3)) (2.27.1) Collecting pandas Downloading pandas-1.1.5-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 7.9 MB/s eta 0:00:00 Collecting matplotlib Downloading matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 8.6 MB/s eta 0:00:00 Requirement already satisfied: protobuf>=3.11.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from visualdl>=2.1.0->-r requirements.txt (line 3)) (3.19.4) Collecting pre-commit Downloading pre_commit-2.17.0-py2.py3-none-any.whl (195 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.7/195.7 KB 10.8 MB/s eta 0:00:00 Requirement already satisfied: Pillow>=7.0.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from visualdl>=2.1.0->-r requirements.txt (line 3)) (9.0.1) Collecting shellcheck-py Downloading shellcheck_py-0.8.0.4-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.1 MB/s eta 0:00:00 Requirement already satisfied: six>=1.14.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from visualdl>=2.1.0->-r requirements.txt (line 3)) (1.16.0) Collecting bce-python-sdk Downloading bce-python-sdk-0.8.64.tar.gz (127 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.6/127.6 KB 14.1 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting flake8>=3.7.9 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 25.1 MB/s eta 0:00:00 Collecting scikit-learn Downloading scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/24.8 MB 9.1 MB/s eta 0:00:00 Collecting pytest Downloading pytest-7.1.1-py3-none-any.whl (297 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 10.8 MB/s eta 0:00:00 Collecting xmltodict>=0.12.0 Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) Collecting pytest-benchmark Downloading pytest_benchmark-3.4.1-py2.py3-none-any.whl (50 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 KB 12.5 MB/s eta 0:00:00 Collecting flake8-import-order Downloading flake8_import_order-0.18.1-py2.py3-none-any.whl (15 kB) Collecting et-xmlfile Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) Collecting importlib-metadata<4.3 Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB) Collecting pycodestyle<2.9.0,>=2.8.0 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 9.7 MB/s eta 0:00:00 Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pyflakes<2.5.0,>=2.4.0 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 24.8 MB/s eta 0:00:00 Collecting Jinja2>=3.0 Downloading Jinja2-3.1.0-py3-none-any.whl (132 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 KB 16.6 MB/s eta 0:00:00 Collecting click>=7.1.2 Downloading click-8.0.4-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.5/97.5 KB 15.9 MB/s eta 0:00:00 Collecting Werkzeug>=2.0 Downloading Werkzeug-2.0.3-py3-none-any.whl (289 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.2/289.2 KB 10.4 MB/s eta 0:00:00 Collecting itsdangerous>=2.0 Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) Collecting pytz Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 KB 9.7 MB/s eta 0:00:00 Collecting Babel>=2.3 Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 7.9 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.7 MB/s eta 0:00:00 Collecting cycler>=0.10 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting pyparsing>=2.2.1 Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.0/98.0 KB 11.6 MB/s eta 0:00:00 Collecting python-dateutil>=2.7 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 12.2 MB/s eta 0:00:00 Collecting fonttools>=4.22.0 Downloading fonttools-4.31.2-py3-none-any.whl (899 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 899.5/899.5 KB 8.9 MB/s eta 0:00:00 Collecting packaging>=20.0 Downloading packaging-21.3-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 14.0 MB/s eta 0:00:00 Collecting pycryptodome>=3.8.0 Downloading pycryptodome-3.14.1-cp35-abi3-manylinux2010_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 8.9 MB/s eta 0:00:00 Collecting future>=0.6.0 Downloading future-0.18.2.tar.gz (829 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 8.8 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting cfgv>=2.0.0 Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB) Collecting nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.13.4-py2.py3-none-any.whl (8.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 9.3 MB/s eta 0:00:00 Collecting identify>=1.0.0 Downloading identify-2.4.12-py2.py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.5/98.5 KB 16.8 MB/s eta 0:00:00 Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting py>=1.8.2 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 11.7 MB/s eta 0:00:00 Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting attrs>=19.2.0 Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 15.6 MB/s eta 0:00:00 Collecting py-cpuinfo Downloading py-cpuinfo-8.0.0.tar.gz (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 KB 15.1 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Requirement already satisfied: idna<4,>=2.5 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from requests->visualdl>=2.1.0->-r requirements.txt (line 3)) (3.3) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from requests->visualdl>=2.1.0->-r requirements.txt (line 3)) (1.26.9) Requirement already satisfied: charset-normalizer~=2.0.0 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from requests->visualdl>=2.1.0->-r requirements.txt (line 3)) (2.0.12) Requirement already satisfied: certifi>=2017.4.17 in /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages (from requests->visualdl>=2.1.0->-r requirements.txt (line 3)) (2021.10.8) Collecting joblib>=0.11 Downloading joblib-1.1.0-py2.py3-none-any.whl (306 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.0/307.0 KB 11.8 MB/s eta 0:00:00 Collecting threadpoolctl>=2.0.0 Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Collecting zipp>=0.5 Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 461.2/461.2 KB 9.6 MB/s eta 0:00:00 Collecting filelock<4,>=3.2 Downloading filelock-3.6.0-py3-none-any.whl (10.0 kB) Collecting platformdirs<3,>=2 Downloading platformdirs-2.5.1-py3-none-any.whl (14 kB) Building wheels for collected packages: pycocotools, lap, sklearn, cython_bbox, bce-python-sdk, future, py-cpuinfo Building wheel for pycocotools (pyproject.toml) ... done Created wheel for pycocotools: filename=pycocotools-2.0.4-cp37-cp37m-linux_x86_64.whl size=273740 sha256=c1f071a6dfe11eea3bd603cbf9b89ad0d9db3b791b99ae222fbc905185fc2078 Stored in directory: /home/bim/.cache/pip/wheels/a3/5f/fa/f011e578cc76e1fc5be8dce30b3eb9fd00f337e744b3bba59b Building wheel for lap (setup.py) ... done Created wheel for lap: filename=lap-0.4.0-cp37-cp37m-linux_x86_64.whl size=1655221 sha256=f78905942d7df6d6844fdedb1d968b5df6cdb40f479c0fd118e16df16adbdc03 Stored in directory: /home/bim/.cache/pip/wheels/b1/0b/e3/ef9daf1b5547b56389e42c80c3100f1e6479bf5fd00fd9d6ba Building wheel for sklearn (setup.py) ... done Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1310 sha256=65c32a19deff7de1bf9f72337d6de29dda2727d53415200f440e9e7b8e8e5c33 Stored in directory: /home/bim/.cache/pip/wheels/46/ef/c3/157e41f5ee1372d1be90b09f74f82b10e391eaacca8f22d33e Building wheel for cython_bbox (setup.py) ... done Created wheel for cython_bbox: filename=cython_bbox-0.1.3-cp37-cp37m-linux_x86_64.whl size=59266 sha256=fa9071e1c38c1c47236c79882b46e6e7e8b6033bc771194c5cff62756be62313 Stored in directory: /home/bim/.cache/pip/wheels/51/82/21/5def8bc98ae4ea436d7f0decb7194d20d7e3e6d0578a4129d7 Building wheel for bce-python-sdk (setup.py) ... done Created wheel for bce-python-sdk: filename=bce_python_sdk-0.8.64-py3-none-any.whl size=202973 sha256=7bb9034f0dad521e78b5acd72488ef182634cf7ab3036137fa6195331864f5e1 Stored in directory: /home/bim/.cache/pip/wheels/fd/ee/a5/4ad3bdc0e60b48e892e8bd6f661a3201d7e76dccfa9e968b34 Building wheel for future (setup.py) ... done Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=59dd113023baac86953f521425cafd050cb83c743b39c86c30c1972ebf1f407e Stored in directory: /home/bim/.cache/pip/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Building wheel for py-cpuinfo (setup.py) ... done Created wheel for py-cpuinfo: filename=py_cpuinfo-8.0.0-py3-none-any.whl size=22258 sha256=75c2320e71a704184aac071920d191542342c96c76fdf29d7cb2b9a040dfc1b2 Stored in directory: /home/bim/.cache/pip/wheels/d2/f1/1f/041add21dc9c4220157f1bd2bd6afe1f1a49524c3396b94401 Successfully built pycocotools lap sklearn cython_bbox bce-python-sdk future py-cpuinfo Installing collected packages: pytz, py-cpuinfo, nodeenv, mccabe, lap, iniconfig, distlib, cython_bbox, zipp, xmltodict, Werkzeug, typing-extensions, typeguard, tqdm, tomli, toml, threadpoolctl, terminaltables, shellcheck-py, shapely, scipy, PyYAML, python-dateutil, pyparsing, pyflakes, pycryptodome, pycodestyle, py, platformdirs, opencv-python, MarkupSafe, joblib, itsdangerous, identify, future, fonttools, filelock, et-xmlfile, cycler, cfgv, Babel, attrs, scikit-learn, pandas, packaging, openpyxl, kiwisolver, Jinja2, importlib-metadata, flake8-import-order, bce-python-sdk, virtualenv, sklearn, pluggy, matplotlib, flake8, click, pytest, pycocotools, pre-commit, flask, pytest-benchmark, Flask-Babel, visualdl, motmetrics Successfully installed Babel-2.9.1 Flask-Babel-2.0.0 Jinja2-3.1.0 MarkupSafe-2.1.1 PyYAML-6.0 Werkzeug-2.0.3 attrs-21.4.0 bce-python-sdk-0.8.64 cfgv-3.3.1 click-8.0.4 cycler-0.11.0 cython_bbox-0.1.3 distlib-0.3.4 et-xmlfile-1.1.0 filelock-3.6.0 flake8-4.0.1 flake8-import-order-0.18.1 flask-2.0.3 fonttools-4.31.2 future-0.18.2 identify-2.4.12 importlib-metadata-4.2.0 iniconfig-1.1.1 itsdangerous-2.1.2 joblib-1.1.0 kiwisolver-1.4.0 lap-0.4.0 matplotlib-3.5.1 mccabe-0.6.1 motmetrics-1.2.0 nodeenv-1.6.0 opencv-python-4.5.5.64 openpyxl-3.0.9 packaging-21.3 pandas-1.1.5 platformdirs-2.5.1 pluggy-1.0.0 pre-commit-2.17.0 py-1.11.0 py-cpuinfo-8.0.0 pycocotools-2.0.4 pycodestyle-2.8.0 pycryptodome-3.14.1 pyflakes-2.4.0 pyparsing-3.0.7 pytest-7.1.1 pytest-benchmark-3.4.1 python-dateutil-2.8.2 pytz-2022.1 scikit-learn-1.0.2 scipy-1.7.3 shapely-1.8.1.post1 shellcheck-py-0.8.0.4 sklearn-0.0 terminaltables-3.1.10 threadpoolctl-3.1.0 toml-0.10.2 tomli-2.0.1 tqdm-4.63.1 typeguard-2.13.3 typing-extensions-4.1.1 virtualenv-20.13.4 visualdl-2.2.3 xmltodict-0.12.0 zipp-3.7.0 (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$ (wind_paddle) bim@bim-PowerEdge-R730:~/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3$
############################
标签:Collecting,00,bim,MB,whl,PaddleDetection,Downloading 来源: https://www.cnblogs.com/herd/p/16054133.html