配置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:~$
测试PaddlePaddle是否安装,测试显卡是否正常
(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$
1、pip install -r requirements.txt
(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$
2、pip install Cython
(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$
再次运行 pip install -r requirements.txt
(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$
3、python setup.py install
(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$ python setup.py install fatal: not a git repository (or any of the parent directories): .git running install /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. EasyInstallDeprecationWarning, running bdist_egg running egg_info creating paddledet.egg-info writing paddledet.egg-info/PKG-INFO writing dependency_links to paddledet.egg-info/dependency_links.txt writing requirements to paddledet.egg-info/requires.txt writing top-level names to paddledet.egg-info/top_level.txt writing manifest file 'paddledet.egg-info/SOURCES.txt' reading manifest file 'paddledet.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'paddledet.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/ppdet copying ppdet/__init__.py -> build/lib/ppdet copying ppdet/optimizer.py -> build/lib/ppdet copying ppdet/version.py -> build/lib/ppdet creating build/lib/ppdet/core copying ppdet/core/__init__.py -> build/lib/ppdet/core copying ppdet/core/workspace.py -> build/lib/ppdet/core creating build/lib/ppdet/data copying ppdet/data/__init__.py -> build/lib/ppdet/data copying ppdet/data/reader.py -> build/lib/ppdet/data copying ppdet/data/shm_utils.py -> build/lib/ppdet/data creating build/lib/ppdet/utils copying ppdet/utils/__init__.py -> build/lib/ppdet/utils copying ppdet/utils/visualizer.py -> build/lib/ppdet/utils copying ppdet/utils/profiler.py -> build/lib/ppdet/utils copying ppdet/utils/check.py -> build/lib/ppdet/utils copying ppdet/utils/colormap.py -> build/lib/ppdet/utils copying ppdet/utils/checkpoint.py -> build/lib/ppdet/utils copying ppdet/utils/stats.py -> build/lib/ppdet/utils copying ppdet/utils/logger.py -> build/lib/ppdet/utils copying ppdet/utils/cli.py -> build/lib/ppdet/utils copying ppdet/utils/voc_utils.py -> build/lib/ppdet/utils copying ppdet/utils/download.py -> build/lib/ppdet/utils creating build/lib/ppdet/metrics copying ppdet/metrics/__init__.py -> build/lib/ppdet/metrics copying ppdet/metrics/metrics.py -> build/lib/ppdet/metrics copying ppdet/metrics/map_utils.py -> build/lib/ppdet/metrics copying ppdet/metrics/widerface_utils.py -> build/lib/ppdet/metrics copying ppdet/metrics/json_results.py -> build/lib/ppdet/metrics copying ppdet/metrics/keypoint_metrics.py -> build/lib/ppdet/metrics copying ppdet/metrics/mcmot_metrics.py -> build/lib/ppdet/metrics copying ppdet/metrics/coco_utils.py -> build/lib/ppdet/metrics copying ppdet/metrics/mot_metrics.py -> build/lib/ppdet/metrics copying ppdet/metrics/munkres.py -> build/lib/ppdet/metrics creating build/lib/ppdet/engine copying ppdet/engine/__init__.py -> build/lib/ppdet/engine copying ppdet/engine/callbacks.py -> build/lib/ppdet/engine copying ppdet/engine/export_utils.py -> build/lib/ppdet/engine copying ppdet/engine/tracker.py -> build/lib/ppdet/engine copying ppdet/engine/trainer.py -> build/lib/ppdet/engine copying ppdet/engine/env.py -> build/lib/ppdet/engine creating build/lib/ppdet/modeling copying ppdet/modeling/__init__.py -> build/lib/ppdet/modeling copying ppdet/modeling/layers.py -> build/lib/ppdet/modeling copying ppdet/modeling/shape_spec.py -> build/lib/ppdet/modeling copying ppdet/modeling/ops.py -> build/lib/ppdet/modeling copying ppdet/modeling/bbox_utils.py -> build/lib/ppdet/modeling copying ppdet/modeling/post_process.py -> build/lib/ppdet/modeling copying ppdet/modeling/initializer.py -> build/lib/ppdet/modeling copying ppdet/modeling/keypoint_utils.py -> build/lib/ppdet/modeling creating build/lib/ppdet/slim copying ppdet/slim/__init__.py -> build/lib/ppdet/slim copying ppdet/slim/unstructured_prune.py -> build/lib/ppdet/slim copying ppdet/slim/prune.py -> build/lib/ppdet/slim copying ppdet/slim/distill.py -> build/lib/ppdet/slim copying ppdet/slim/quant.py -> build/lib/ppdet/slim creating build/lib/ppdet/model_zoo copying ppdet/model_zoo/__init__.py -> build/lib/ppdet/model_zoo copying ppdet/model_zoo/model_zoo.py -> build/lib/ppdet/model_zoo creating build/lib/ppdet/core/config copying ppdet/core/config/__init__.py -> build/lib/ppdet/core/config copying ppdet/core/config/yaml_helpers.py -> build/lib/ppdet/core/config copying ppdet/core/config/schema.py -> build/lib/ppdet/core/config creating build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/__init__.py -> build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/chip_box_utils.py -> build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/annotation_cropper.py -> build/lib/ppdet/data/crop_utils creating build/lib/ppdet/data/transform copying ppdet/data/transform/__init__.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/atss_assigner.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/keypoint_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/op_helper.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/autoaugment_utils.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/batch_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/mot_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/gridmask_utils.py -> build/lib/ppdet/data/transform creating build/lib/ppdet/data/source copying ppdet/data/source/__init__.py -> build/lib/ppdet/data/source copying ppdet/data/source/voc.py -> build/lib/ppdet/data/source copying ppdet/data/source/coco.py -> build/lib/ppdet/data/source copying ppdet/data/source/widerface.py -> build/lib/ppdet/data/source copying ppdet/data/source/mot.py -> build/lib/ppdet/data/source copying ppdet/data/source/sniper_coco.py -> build/lib/ppdet/data/source copying ppdet/data/source/keypoint_coco.py -> build/lib/ppdet/data/source copying ppdet/data/source/category.py -> build/lib/ppdet/data/source copying ppdet/data/source/dataset.py -> build/lib/ppdet/data/source creating build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/__init__.py -> build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/utils.py -> build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/deformable_transformer.py -> build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/matchers.py -> build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/detr_transformer.py -> build/lib/ppdet/modeling/transformers copying ppdet/modeling/transformers/position_encoding.py -> build/lib/ppdet/modeling/transformers creating build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/varifocal_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/fairmot_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/__init__.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/iou_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/fcos_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/ssd_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/ctfocal_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/gfocal_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/keypoint_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/iou_aware_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/solov2_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/sparsercnn_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/yolo_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/jde_loss.py -> build/lib/ppdet/modeling/losses copying ppdet/modeling/losses/detr_loss.py -> build/lib/ppdet/modeling/losses creating build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/__init__.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/cascade_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/solov2_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/keypoint_hrhrnet_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/pico_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/detr_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/gfl_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/simota_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/s2anet_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ttf_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/face_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/mask_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/roi_extractor.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/bbox_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/tood_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/yolo_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/fcos_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ssd_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/sparsercnn_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/centernet_head.py -> build/lib/ppdet/modeling/heads creating build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/__init__.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/mobilenet_v1.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/hardnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/darknet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/name_adapter.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/lite_hrnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/dla.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/swin_transformer.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/mobilenet_v3.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/hrnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/res2net.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/ghostnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/shufflenet_v2.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/lcnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/esnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/resnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/vgg.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/blazenet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/senet.py -> build/lib/ppdet/modeling/backbones creating build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/__init__.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/csp_pan.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/hrfpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/fpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/yolo_fpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/centernet_fpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/bifpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/blazeface_fpn.py -> build/lib/ppdet/modeling/necks copying ppdet/modeling/necks/ttf_fpn.py -> build/lib/ppdet/modeling/necks creating build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/__init__.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/picodet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/jde.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/yolo.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/fairmot.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/keypoint_hrhrnet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/ttfnet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/sparse_rcnn.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/cascade_rcnn.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/gfl.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/ssd.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/faster_rcnn.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/solov2.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/s2anet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/meta_arch.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/fcos.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/centernet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/deepsort.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/blazeface.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/tood.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/detr.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/keypoint_hrnet.py -> build/lib/ppdet/modeling/architectures copying ppdet/modeling/architectures/mask_rcnn.py -> build/lib/ppdet/modeling/architectures creating build/lib/ppdet/modeling/assigners copying ppdet/modeling/assigners/__init__.py -> build/lib/ppdet/modeling/assigners copying ppdet/modeling/assigners/atss_assigner.py -> build/lib/ppdet/modeling/assigners copying ppdet/modeling/assigners/utils.py -> build/lib/ppdet/modeling/assigners copying ppdet/modeling/assigners/task_aligned_assigner.py -> build/lib/ppdet/modeling/assigners copying ppdet/modeling/assigners/simota_assigner.py -> build/lib/ppdet/modeling/assigners creating build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/__init__.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/anchor_generator.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/target.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/rpn_head.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/target_layer.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/proposal_generator.py -> build/lib/ppdet/modeling/proposal_generator creating build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/__init__.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/jde_embedding_head.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/pplcnet_embedding.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/fairmot_embedding_head.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/resnet.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/pyramidal_embedding.py -> build/lib/ppdet/modeling/reid creating build/lib/ppdet/modeling/mot copying ppdet/modeling/mot/__init__.py -> build/lib/ppdet/modeling/mot copying ppdet/modeling/mot/utils.py -> build/lib/ppdet/modeling/mot copying ppdet/modeling/mot/visualization.py -> build/lib/ppdet/modeling/mot creating build/lib/ppdet/modeling/tests copying ppdet/modeling/tests/__init__.py -> build/lib/ppdet/modeling/tests copying ppdet/modeling/tests/test_ops.py -> build/lib/ppdet/modeling/tests copying ppdet/modeling/tests/test_base.py -> build/lib/ppdet/modeling/tests copying ppdet/modeling/tests/test_yolov3_loss.py -> build/lib/ppdet/modeling/tests copying ppdet/modeling/tests/test_architectures.py -> build/lib/ppdet/modeling/tests creating build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/deepsort_matching.py -> build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/__init__.py -> build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/jde_matching.py -> build/lib/ppdet/modeling/mot/matching creating build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/__init__.py -> build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/kalman_filter.py -> build/lib/ppdet/modeling/mot/motion creating build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/__init__.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/jde_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/base_sde_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/deepsort_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/base_jde_tracker.py -> build/lib/ppdet/modeling/mot/tracker creating build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/__init__.py -> build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/test_get_model.py -> build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/test_list_model.py -> build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/MODEL_ZOO -> build/lib/ppdet/model_zoo creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/ppdet copying build/lib/ppdet/__init__.py -> build/bdist.linux-x86_64/egg/ppdet creating build/bdist.linux-x86_64/egg/ppdet/core copying build/lib/ppdet/core/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/core creating build/bdist.linux-x86_64/egg/ppdet/core/config copying build/lib/ppdet/core/config/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/core/config copying build/lib/ppdet/core/config/yaml_helpers.py -> build/bdist.linux-x86_64/egg/ppdet/core/config copying build/lib/ppdet/core/config/schema.py -> build/bdist.linux-x86_64/egg/ppdet/core/config copying build/lib/ppdet/core/workspace.py -> build/bdist.linux-x86_64/egg/ppdet/core creating build/bdist.linux-x86_64/egg/ppdet/data copying build/lib/ppdet/data/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/data copying build/lib/ppdet/data/reader.py -> build/bdist.linux-x86_64/egg/ppdet/data creating build/bdist.linux-x86_64/egg/ppdet/data/crop_utils copying build/lib/ppdet/data/crop_utils/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/data/crop_utils copying build/lib/ppdet/data/crop_utils/chip_box_utils.py -> build/bdist.linux-x86_64/egg/ppdet/data/crop_utils copying build/lib/ppdet/data/crop_utils/annotation_cropper.py -> build/bdist.linux-x86_64/egg/ppdet/data/crop_utils copying build/lib/ppdet/data/shm_utils.py -> build/bdist.linux-x86_64/egg/ppdet/data creating build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/atss_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/keypoint_operators.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/op_helper.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/autoaugment_utils.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/batch_operators.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/mot_operators.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/operators.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform copying build/lib/ppdet/data/transform/gridmask_utils.py -> build/bdist.linux-x86_64/egg/ppdet/data/transform creating build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/voc.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/coco.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/widerface.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/mot.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/sniper_coco.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/keypoint_coco.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/category.py -> build/bdist.linux-x86_64/egg/ppdet/data/source copying build/lib/ppdet/data/source/dataset.py -> build/bdist.linux-x86_64/egg/ppdet/data/source creating build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/visualizer.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/profiler.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/check.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/colormap.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/checkpoint.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/stats.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/logger.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/cli.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/voc_utils.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/utils/download.py -> build/bdist.linux-x86_64/egg/ppdet/utils copying build/lib/ppdet/optimizer.py -> build/bdist.linux-x86_64/egg/ppdet creating build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/metrics.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/map_utils.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/widerface_utils.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/json_results.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/keypoint_metrics.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/mcmot_metrics.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/coco_utils.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/mot_metrics.py -> build/bdist.linux-x86_64/egg/ppdet/metrics copying build/lib/ppdet/metrics/munkres.py -> build/bdist.linux-x86_64/egg/ppdet/metrics creating build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/callbacks.py -> build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/export_utils.py -> build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/tracker.py -> build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/trainer.py -> build/bdist.linux-x86_64/egg/ppdet/engine copying build/lib/ppdet/engine/env.py -> build/bdist.linux-x86_64/egg/ppdet/engine creating build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/layers.py -> build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/shape_spec.py -> build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/ops.py -> build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/bbox_utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/deformable_transformer.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/matchers.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/detr_transformer.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers copying build/lib/ppdet/modeling/transformers/position_encoding.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/transformers creating build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/varifocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/fairmot_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/iou_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/fcos_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/ssd_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/ctfocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/gfocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/keypoint_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/iou_aware_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/solov2_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/sparsercnn_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/yolo_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/jde_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/detr_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses creating build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/cascade_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/solov2_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/keypoint_hrhrnet_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/pico_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/detr_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/gfl_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/simota_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/s2anet_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/ttf_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/face_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/mask_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/roi_extractor.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/bbox_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/tood_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/yolo_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/fcos_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/ssd_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/sparsercnn_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/heads/centernet_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/heads copying build/lib/ppdet/modeling/post_process.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/mobilenet_v1.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/hardnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/darknet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/name_adapter.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/lite_hrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/dla.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/swin_transformer.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/mobilenet_v3.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/hrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/res2net.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/ghostnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/shufflenet_v2.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/lcnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/esnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/resnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/vgg.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/blazenet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/backbones/senet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/backbones copying build/lib/ppdet/modeling/initializer.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/csp_pan.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/hrfpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/yolo_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/centernet_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/bifpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/blazeface_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/ttf_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks creating build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/picodet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/jde.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/yolo.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/fairmot.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/keypoint_hrhrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/ttfnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/sparse_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/cascade_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/gfl.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/ssd.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/faster_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/solov2.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/s2anet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/meta_arch.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/fcos.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/centernet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/deepsort.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/blazeface.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/tood.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/detr.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/keypoint_hrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/mask_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures creating build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/atss_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/task_aligned_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/simota_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/keypoint_utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/anchor_generator.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/target.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/rpn_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/target_layer.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator copying build/lib/ppdet/modeling/proposal_generator/proposal_generator.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator creating build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/jde_embedding_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/pplcnet_embedding.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/fairmot_embedding_head.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/resnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid copying build/lib/ppdet/modeling/reid/pyramidal_embedding.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/reid creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot copying build/lib/ppdet/modeling/mot/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/deepsort_matching.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/jde_matching.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/kalman_filter.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/jde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/base_sde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/deepsort_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/base_jde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/visualization.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/modeling/tests/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/modeling/tests/test_ops.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/modeling/tests/test_base.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/modeling/tests/test_yolov3_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/modeling/tests/test_architectures.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/tests copying build/lib/ppdet/version.py -> build/bdist.linux-x86_64/egg/ppdet creating build/bdist.linux-x86_64/egg/ppdet/slim copying build/lib/ppdet/slim/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/slim copying build/lib/ppdet/slim/unstructured_prune.py -> build/bdist.linux-x86_64/egg/ppdet/slim copying build/lib/ppdet/slim/prune.py -> build/bdist.linux-x86_64/egg/ppdet/slim copying build/lib/ppdet/slim/distill.py -> build/bdist.linux-x86_64/egg/ppdet/slim copying build/lib/ppdet/slim/quant.py -> build/bdist.linux-x86_64/egg/ppdet/slim creating build/bdist.linux-x86_64/egg/ppdet/model_zoo copying build/lib/ppdet/model_zoo/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/model_zoo copying build/lib/ppdet/model_zoo/model_zoo.py -> build/bdist.linux-x86_64/egg/ppdet/model_zoo copying build/lib/ppdet/model_zoo/MODEL_ZOO -> build/bdist.linux-x86_64/egg/ppdet/model_zoo creating build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests copying build/lib/ppdet/model_zoo/tests/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests copying build/lib/ppdet/model_zoo/tests/test_get_model.py -> build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests copying build/lib/ppdet/model_zoo/tests/test_list_model.py -> build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests byte-compiling build/bdist.linux-x86_64/egg/ppdet/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/core/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/core/config/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/core/config/yaml_helpers.py to yaml_helpers.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/core/config/schema.py to schema.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/core/workspace.py to workspace.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/reader.py to reader.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/crop_utils/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/crop_utils/chip_box_utils.py to chip_box_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/crop_utils/annotation_cropper.py to annotation_cropper.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/shm_utils.py to shm_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/atss_assigner.py to atss_assigner.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/keypoint_operators.py to keypoint_operators.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/op_helper.py to op_helper.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/autoaugment_utils.py to autoaugment_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/batch_operators.py to batch_operators.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/mot_operators.py to mot_operators.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/operators.py to operators.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/transform/gridmask_utils.py to gridmask_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/voc.py to voc.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/coco.py to coco.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/widerface.py to widerface.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/mot.py to mot.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/sniper_coco.py to sniper_coco.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/keypoint_coco.py to keypoint_coco.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/category.py to category.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/data/source/dataset.py to dataset.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/visualizer.py to visualizer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/profiler.py to profiler.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/check.py to check.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/colormap.py to colormap.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/checkpoint.py to checkpoint.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/stats.py to stats.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/logger.py to logger.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/cli.py to cli.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/voc_utils.py to voc_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/utils/download.py to download.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/optimizer.py to optimizer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/metrics.py to metrics.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/map_utils.py to map_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/widerface_utils.py to widerface_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/json_results.py to json_results.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/keypoint_metrics.py to keypoint_metrics.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/mcmot_metrics.py to mcmot_metrics.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/coco_utils.py to coco_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/mot_metrics.py to mot_metrics.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/metrics/munkres.py to munkres.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/callbacks.py to callbacks.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/export_utils.py to export_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/tracker.py to tracker.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/trainer.py to trainer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/engine/env.py to env.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/layers.py to layers.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/shape_spec.py to shape_spec.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/ops.py to ops.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/bbox_utils.py to bbox_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/utils.py to utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/deformable_transformer.py to deformable_transformer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/matchers.py to matchers.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/detr_transformer.py to detr_transformer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/transformers/position_encoding.py to position_encoding.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/varifocal_loss.py to varifocal_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/fairmot_loss.py to fairmot_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/iou_loss.py to iou_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/fcos_loss.py to fcos_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/ssd_loss.py to ssd_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/ctfocal_loss.py to ctfocal_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/gfocal_loss.py to gfocal_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/keypoint_loss.py to keypoint_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/iou_aware_loss.py to iou_aware_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/solov2_loss.py to solov2_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/sparsercnn_loss.py to sparsercnn_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/yolo_loss.py to yolo_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/jde_loss.py to jde_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/losses/detr_loss.py to detr_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/cascade_head.py to cascade_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/solov2_head.py to solov2_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/keypoint_hrhrnet_head.py to keypoint_hrhrnet_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/pico_head.py to pico_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/detr_head.py to detr_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/gfl_head.py to gfl_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/simota_head.py to simota_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/s2anet_head.py to s2anet_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/ttf_head.py to ttf_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/face_head.py to face_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/mask_head.py to mask_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/roi_extractor.py to roi_extractor.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/bbox_head.py to bbox_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/tood_head.py to tood_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/yolo_head.py to yolo_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/fcos_head.py to fcos_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/ssd_head.py to ssd_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/sparsercnn_head.py to sparsercnn_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/heads/centernet_head.py to centernet_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/post_process.py to post_process.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/mobilenet_v1.py to mobilenet_v1.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/hardnet.py to hardnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/darknet.py to darknet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/name_adapter.py to name_adapter.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/lite_hrnet.py to lite_hrnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/dla.py to dla.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/swin_transformer.py to swin_transformer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/mobilenet_v3.py to mobilenet_v3.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/hrnet.py to hrnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/res2net.py to res2net.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/ghostnet.py to ghostnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/shufflenet_v2.py to shufflenet_v2.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/lcnet.py to lcnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/esnet.py to esnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/resnet.py to resnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/vgg.py to vgg.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/blazenet.py to blazenet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/backbones/senet.py to senet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/initializer.py to initializer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/csp_pan.py to csp_pan.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/hrfpn.py to hrfpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/fpn.py to fpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/yolo_fpn.py to yolo_fpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/centernet_fpn.py to centernet_fpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/bifpn.py to bifpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/blazeface_fpn.py to blazeface_fpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/necks/ttf_fpn.py to ttf_fpn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/picodet.py to picodet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/jde.py to jde.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/yolo.py to yolo.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/fairmot.py to fairmot.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/keypoint_hrhrnet.py to keypoint_hrhrnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/ttfnet.py to ttfnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/sparse_rcnn.py to sparse_rcnn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/cascade_rcnn.py to cascade_rcnn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/gfl.py to gfl.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/ssd.py to ssd.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/faster_rcnn.py to faster_rcnn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/solov2.py to solov2.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/s2anet.py to s2anet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/meta_arch.py to meta_arch.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/fcos.py to fcos.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/centernet.py to centernet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/deepsort.py to deepsort.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/blazeface.py to blazeface.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/tood.py to tood.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/detr.py to detr.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/keypoint_hrnet.py to keypoint_hrnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/architectures/mask_rcnn.py to mask_rcnn.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/assigners/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/assigners/atss_assigner.py to atss_assigner.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/assigners/utils.py to utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/assigners/task_aligned_assigner.py to task_aligned_assigner.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/assigners/simota_assigner.py to simota_assigner.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/keypoint_utils.py to keypoint_utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/anchor_generator.py to anchor_generator.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/target.py to target.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/rpn_head.py to rpn_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/target_layer.py to target_layer.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/proposal_generator/proposal_generator.py to proposal_generator.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/jde_embedding_head.py to jde_embedding_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/pplcnet_embedding.py to pplcnet_embedding.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/fairmot_embedding_head.py to fairmot_embedding_head.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/resnet.py to resnet.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/reid/pyramidal_embedding.py to pyramidal_embedding.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching/deepsort_matching.py to deepsort_matching.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching/jde_matching.py to jde_matching.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/utils.py to utils.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion/kalman_filter.py to kalman_filter.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker/jde_tracker.py to jde_tracker.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker/base_sde_tracker.py to base_sde_tracker.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker/deepsort_tracker.py to deepsort_tracker.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker/base_jde_tracker.py to base_jde_tracker.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/mot/visualization.py to visualization.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/tests/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/tests/test_ops.py to test_ops.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/tests/test_base.py to test_base.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/tests/test_yolov3_loss.py to test_yolov3_loss.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/modeling/tests/test_architectures.py to test_architectures.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/version.py to version.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/slim/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/slim/unstructured_prune.py to unstructured_prune.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/slim/prune.py to prune.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/slim/distill.py to distill.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/slim/quant.py to quant.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/model_zoo/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/model_zoo/model_zoo.py to model_zoo.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests/test_get_model.py to test_get_model.cpython-37.pyc byte-compiling build/bdist.linux-x86_64/egg/ppdet/model_zoo/tests/test_list_model.py to test_list_model.cpython-37.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying paddledet.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying paddledet.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying paddledet.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying paddledet.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying paddledet.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... ppdet.data.transform.__pycache__.autoaugment_utils.cpython-37: module MAY be using inspect.stack ppdet.modeling.tests.__pycache__.test_ops.cpython-37: module references __file__ ppdet.modeling.tests.__pycache__.test_yolov3_loss.cpython-37: module references __file__ creating dist creating 'dist/paddledet-2.3.0-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing paddledet-2.3.0-py3.7.egg creating /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/paddledet-2.3.0-py3.7.egg Extracting paddledet-2.3.0-py3.7.egg to /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Adding paddledet 2.3.0 to easy-install.pth file Installed /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/paddledet-2.3.0-py3.7.egg Processing dependencies for paddledet==2.3.0 Searching for typeguard==2.13.3 Best match: typeguard 2.13.3 Adding typeguard 2.13.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for visualdl==2.2.3 Best match: visualdl 2.2.3 Adding visualdl 2.2.3 to easy-install.pth file Installing visualdl script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for cython-bbox==0.1.3 Best match: cython-bbox 0.1.3 Adding cython-bbox 0.1.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for openpyxl==3.0.9 Best match: openpyxl 3.0.9 Adding openpyxl 3.0.9 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for motmetrics==1.2.0 Best match: motmetrics 1.2.0 Adding motmetrics 1.2.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for sklearn==0.0 Best match: sklearn 0.0 Adding sklearn 0.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for lap==0.4.0 Best match: lap 0.4.0 Adding lap 0.4.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for setuptools==60.10.0 Best match: setuptools 60.10.0 Adding setuptools 60.10.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pycocotools==2.0.4 Best match: pycocotools 2.0.4 Adding pycocotools 2.0.4 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Cython==0.29.28 Best match: Cython 0.29.28 Adding Cython 0.29.28 to easy-install.pth file Installing cygdb script to /home/bim/miniconda3/envs/wind_paddle/bin Installing cython script to /home/bim/miniconda3/envs/wind_paddle/bin Installing cythonize script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for terminaltables==3.1.10 Best match: terminaltables 3.1.10 Adding terminaltables 3.1.10 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for scipy==1.7.3 Best match: scipy 1.7.3 Adding scipy 1.7.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Shapely==1.8.1.post1 Best match: Shapely 1.8.1.post1 Adding Shapely 1.8.1.post1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for PyYAML==6.0 Best match: PyYAML 6.0 Adding PyYAML 6.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for opencv-python==4.5.5.64 Best match: opencv-python 4.5.5.64 Adding opencv-python 4.5.5.64 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for tqdm==4.63.1 Best match: tqdm 4.63.1 Adding tqdm 4.63.1 to easy-install.pth file Installing tqdm script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pandas==1.1.5 Best match: pandas 1.1.5 Adding pandas 1.1.5 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for matplotlib==3.5.1 Best match: matplotlib 3.5.1 Adding matplotlib 3.5.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for shellcheck-py==0.8.0.4 Best match: shellcheck-py 0.8.0.4 Adding shellcheck-py 0.8.0.4 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for requests==2.27.1 Best match: requests 2.27.1 Adding requests 2.27.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for protobuf==3.19.4 Best match: protobuf 3.19.4 Adding protobuf 3.19.4 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pre-commit==2.17.0 Best match: pre-commit 2.17.0 Adding pre-commit 2.17.0 to easy-install.pth file Installing pre-commit script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pre-commit-validate-config script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pre-commit-validate-manifest script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Pillow==9.0.1 Best match: Pillow 9.0.1 Adding Pillow 9.0.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for numpy==1.21.5 Best match: numpy 1.21.5 Adding numpy 1.21.5 to easy-install.pth file Installing f2py script to /home/bim/miniconda3/envs/wind_paddle/bin Installing f2py3 script to /home/bim/miniconda3/envs/wind_paddle/bin Installing f2py3.7 script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Flask-Babel==2.0.0 Best match: Flask-Babel 2.0.0 Adding Flask-Babel 2.0.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Flask==2.0.3 Best match: Flask 2.0.3 Adding Flask 2.0.3 to easy-install.pth file Installing flask script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for flake8==4.0.1 Best match: flake8 4.0.1 Adding flake8 4.0.1 to easy-install.pth file Installing flake8 script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for bce-python-sdk==0.8.64 Best match: bce-python-sdk 0.8.64 Adding bce-python-sdk 0.8.64 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for et-xmlfile==1.1.0 Best match: et-xmlfile 1.1.0 Adding et-xmlfile 1.1.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pytest-benchmark==3.4.1 Best match: pytest-benchmark 3.4.1 Adding pytest-benchmark 3.4.1 to easy-install.pth file Installing py.test-benchmark script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pytest-benchmark script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pytest==7.1.1 Best match: pytest 7.1.1 Adding pytest 7.1.1 to easy-install.pth file Installing py.test script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pytest script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for flake8-import-order==0.18.1 Best match: flake8-import-order 0.18.1 Adding flake8-import-order 0.18.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for xmltodict==0.12.0 Best match: xmltodict 0.12.0 Adding xmltodict 0.12.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for scikit-learn==1.0.2 Best match: scikit-learn 1.0.2 Adding scikit-learn 1.0.2 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pytz==2022.1 Best match: pytz 2022.1 Adding pytz 2022.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pyparsing==3.0.7 Best match: pyparsing 3.0.7 Adding pyparsing 3.0.7 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for packaging==21.3 Best match: packaging 21.3 Adding packaging 21.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for kiwisolver==1.4.0 Best match: kiwisolver 1.4.0 Adding kiwisolver 1.4.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for fonttools==4.31.2 Best match: fonttools 4.31.2 Adding fonttools 4.31.2 to easy-install.pth file Installing fonttools script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pyftmerge script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pyftsubset script to /home/bim/miniconda3/envs/wind_paddle/bin Installing ttx script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for cycler==0.11.0 Best match: cycler 0.11.0 Adding cycler 0.11.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for idna==3.3 Best match: idna 3.3 Adding idna 3.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for charset-normalizer==2.0.12 Best match: charset-normalizer 2.0.12 Adding charset-normalizer 2.0.12 to easy-install.pth file Installing normalizer script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for certifi==2021.10.8 Best match: certifi 2021.10.8 Adding certifi 2021.10.8 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for urllib3==1.26.9 Best match: urllib3 1.26.9 Adding urllib3 1.26.9 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for importlib-metadata==4.2.0 Best match: importlib-metadata 4.2.0 Adding importlib-metadata 4.2.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for virtualenv==20.13.4 Best match: virtualenv 20.13.4 Adding virtualenv 20.13.4 to easy-install.pth file Installing virtualenv script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for toml==0.10.2 Best match: toml 0.10.2 Adding toml 0.10.2 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for nodeenv==1.6.0 Best match: nodeenv 1.6.0 Adding nodeenv 1.6.0 to easy-install.pth file Installing nodeenv script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for identify==2.4.12 Best match: identify 2.4.12 Adding identify 2.4.12 to easy-install.pth file Installing identify-cli script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for cfgv==3.3.1 Best match: cfgv 3.3.1 Adding cfgv 3.3.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Jinja2==3.1.0 Best match: Jinja2 3.1.0 Adding Jinja2 3.1.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Babel==2.9.1 Best match: Babel 2.9.1 Adding Babel 2.9.1 to easy-install.pth file Installing pybabel script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for click==8.0.4 Best match: click 8.0.4 Adding click 8.0.4 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for itsdangerous==2.1.2 Best match: itsdangerous 2.1.2 Adding itsdangerous 2.1.2 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for Werkzeug==2.0.3 Best match: Werkzeug 2.0.3 Adding Werkzeug 2.0.3 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pyflakes==2.4.0 Best match: pyflakes 2.4.0 Adding pyflakes 2.4.0 to easy-install.pth file Installing pyflakes script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pycodestyle==2.8.0 Best match: pycodestyle 2.8.0 Adding pycodestyle 2.8.0 to easy-install.pth file Installing pycodestyle script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for mccabe==0.6.1 Best match: mccabe 0.6.1 Adding mccabe 0.6.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for future==0.18.2 Best match: future 0.18.2 Adding future 0.18.2 to easy-install.pth file Installing futurize script to /home/bim/miniconda3/envs/wind_paddle/bin Installing pasteurize script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pycryptodome==3.14.1 Best match: pycryptodome 3.14.1 Adding pycryptodome 3.14.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for py-cpuinfo==8.0.0 Best match: py-cpuinfo 8.0.0 Adding py-cpuinfo 8.0.0 to easy-install.pth file Installing cpuinfo script to /home/bim/miniconda3/envs/wind_paddle/bin Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for tomli==2.0.1 Best match: tomli 2.0.1 Adding tomli 2.0.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for py==1.11.0 Best match: py 1.11.0 Adding py 1.11.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for pluggy==1.0.0 Best match: pluggy 1.0.0 Adding pluggy 1.0.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for iniconfig==1.1.1 Best match: iniconfig 1.1.1 Adding iniconfig 1.1.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for attrs==21.4.0 Best match: attrs 21.4.0 Adding attrs 21.4.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for threadpoolctl==3.1.0 Best match: threadpoolctl 3.1.0 Adding threadpoolctl 3.1.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for joblib==1.1.0 Best match: joblib 1.1.0 Adding joblib 1.1.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for typing-extensions==4.1.1 Best match: typing-extensions 4.1.1 Adding typing-extensions 4.1.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for zipp==3.7.0 Best match: zipp 3.7.0 Adding zipp 3.7.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for platformdirs==2.5.1 Best match: platformdirs 2.5.1 Adding platformdirs 2.5.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for filelock==3.6.0 Best match: filelock 3.6.0 Adding filelock 3.6.0 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for distlib==0.3.4 Best match: distlib 0.3.4 Adding distlib 0.3.4 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Searching for MarkupSafe==2.1.1 Best match: MarkupSafe 2.1.1 Adding MarkupSafe 2.1.1 to easy-install.pth file Using /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages Finished processing dependencies for paddledet==2.3.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$ (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$
4、下载数据集
(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$ python dataset/coco/download_coco.py /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/paddle/tensor/creation.py:130: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if data.dtype == np.object: Warning: import ppdet from source directory without installing, run 'python setup.py install' to install ppdet firstly [03/25 12:52:08] ppdet.utils.download INFO: Downloading train2017.zip from http://images.cocodataset.org/zips/train2017.zip 100%|███████████████████████████████████████████████████████████████████████████████████| 18883655/18883655 [27:59<00:00, 11244.25KB/s] [03/25 13:20:08] ppdet.utils.download INFO: Decompressing /home/bim/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3/dataset/coco/train2017.zip... [03/25 13:21:18] ppdet.utils.download INFO: Downloading val2017.zip from http://images.cocodataset.org/zips/val2017.zip 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 796471/796471 [03:04<00:00, 4323.43KB/s] [03/25 13:24:23] ppdet.utils.download INFO: Decompressing /home/bim/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3/dataset/coco/val2017.zip... [03/25 13:24:26] ppdet.utils.download INFO: Downloading annotations_trainval2017.zip from http://images.cocodataset.org/annotations/annotations_trainval2017.zip 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 246981/246981 [01:17<00:00, 3179.69KB/s] [03/25 13:25:44] ppdet.utils.download INFO: Decompressing /home/bim/Desktop/PaddlePaddle_Project/PaddleDetection-release-2.3/dataset/coco/annotations_trainval2017.zip... (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$
5、运行训练
(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$ python tools/train.py -c configs/yolov3/yolov3_darknet53_100e_coco.yml --eval /home/bim/miniconda3/envs/wind_paddle/lib/python3.7/site-packages/paddle/tensor/creation.py:130: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if data.dtype == np.object: loading annotations into memory... Done (t=14.59s) creating index... index created! [03/25 13:42:14] ppdet.data.source.coco WARNING: Found an invalid bbox in annotations: im_id: 200365, area: 0.0 x1: 296.65, y1: 388.33, x2: 297.67999999999995, y2: 388.33. [03/25 13:42:26] ppdet.data.source.coco WARNING: Found an invalid bbox in annotations: im_id: 550395, area: 0.0 x1: 9.98, y1: 188.56, x2: 15.52, y2: 188.56. W0325 13:42:29.992605 7922 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 6.0, Driver API Version: 11.4, Runtime API Version: 11.2 W0325 13:42:29.996593 7922 device_context.cc:465] device: 0, cuDNN Version: 8.1. [03/25 13:42:31] ppdet.utils.download INFO: Downloading DarkNet53_pretrained.pdparams from https://paddledet.bj.bcebos.com/models/pretrained/DarkNet53_pretrained.pdparams 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 158704/158704 [00:28<00:00, 5485.76KB/s] [03/25 13:43:00] ppdet.utils.checkpoint INFO: Finish loading model weights: /home/bim/.cache/paddle/weights/DarkNet53_pretrained.pdparams [03/25 13:43:03] ppdet.engine INFO: Epoch: [0] [ 0/14658] learning_rate: 0.000000 loss_xy: 11.551288 loss_wh: 15.837608 loss_obj: 19109.460938 loss_cls: 228.105225 loss: 19364.955078 eta: 46 days, 10:18:35 batch_cost: 2.7367 data_cost: 0.0005 ips: 2.9232 images/s [03/25 13:43:12] ppdet.engine INFO: Epoch: [0] [ 20/14658] learning_rate: 0.000001 loss_xy: 16.614548 loss_wh: 22.045448 loss_obj: 7640.940918 loss_cls: 346.112793 loss: 7910.713867 eta: 9 days, 12:33:57 batch_cost: 0.4526 data_cost: 0.0002 ips: 17.6758 images/s [03/25 13:43:20] ppdet.engine INFO: Epoch: [0] [ 40/14658] learning_rate: 0.000001 loss_xy: 16.776226 loss_wh: 21.131901 loss_obj: 645.635559 loss_cls: 335.212219 loss: 1057.116577 eta: 8 days, 5:58:40 batch_cost: 0.4074 data_cost: 0.0002 ips: 19.6381 images/s [03/25 13:43:29] ppdet.engine INFO: Epoch: [0] [ 60/14658] learning_rate: 0.000002 loss_xy: 15.975224 loss_wh: 18.644918 loss_obj: 214.142288 loss_cls: 317.830078 loss: 540.361267 eta: 7 days, 21:18:04 batch_cost: 0.4213 data_cost: 0.0002 ips: 18.9902 images/s [03/25 13:43:38] ppdet.engine INFO: Epoch: [0] [ 80/14658] learning_rate: 0.000003 loss_xy: 17.642136 loss_wh: 20.928831 loss_obj: 123.122002 loss_cls: 339.704224 loss: 488.455688 eta: 7 days, 22:33:03 batch_cost: 0.4774 data_cost: 0.0002 ips: 16.7575 images/s [03/25 13:43:47] ppdet.engine INFO: Epoch: [0] [ 100/14658] learning_rate: 0.000003 loss_xy: 17.976961 loss_wh: 19.971008 loss_obj: 94.235451 loss_cls: 355.096375 loss: 496.329956 eta: 7 days, 21:38:49 batch_cost: 0.4568 data_cost: 0.0002 ips: 17.5116 images/s [03/25 13:43:56] ppdet.engine INFO: Epoch: [0] [ 120/14658] learning_rate: 0.000004 loss_xy: 16.760544 loss_wh: 19.053991 loss_obj: 77.645905 loss_cls: 342.928467 loss: 452.497681 eta: 7 days, 18:36:35 batch_cost: 0.4207 data_cost: 0.0002 ips: 19.0154 images/s [03/25 13:44:04] ppdet.engine INFO: Epoch: [0] [ 140/14658] learning_rate: 0.000004 loss_xy: 14.021685 loss_wh: 15.386627 loss_obj: 64.069565 loss_cls: 267.430115 loss: 372.184906 eta: 7 days, 16:31:20 batch_cost: 0.4222 data_cost: 0.0002 ips: 18.9463 images/s [03/25 13:44:12] ppdet.engine INFO: Epoch: [0] [ 160/14658] learning_rate: 0.000005 loss_xy: 15.608168 loss_wh: 16.643530 loss_obj: 61.630798 loss_cls: 303.453125 loss: 388.451904 eta: 7 days, 13:07:10 batch_cost: 0.3860 data_cost: 0.0002 ips: 20.7256 images/s [03/25 13:44:20] ppdet.engine INFO: Epoch: [0] [ 180/14658] learning_rate: 0.000006 loss_xy: 14.396395 loss_wh: 15.346459 loss_obj: 53.026443 loss_cls: 275.054504 loss: 359.816986 eta: 7 days, 9:42:06 batch_cost: 0.3690 data_cost: 0.0002 ips: 21.6826 images/s [03/25 13:44:28] ppdet.engine INFO: Epoch: [0] [ 200/14658] learning_rate: 0.000006 loss_xy: 13.085641 loss_wh: 14.389889 loss_obj: 51.739151 loss_cls: 248.762039 loss: 323.682739 eta: 7 days, 8:12:12 batch_cost: 0.3996 data_cost: 0.0002 ips: 20.0223 images/s [03/25 13:44:35] ppdet.engine INFO: Epoch: [0] [ 220/14658] learning_rate: 0.000007 loss_xy: 17.436787 loss_wh: 16.465744 loss_obj: 49.641998 loss_cls: 307.413879 loss: 396.413696 eta: 7 days, 5:29:34 batch_cost: 0.3593 data_cost: 0.0002 ips: 22.2649 images/s [03/25 13:44:44] ppdet.engine INFO: Epoch: [0] [ 240/14658] learning_rate: 0.000008 loss_xy: 16.163858 loss_wh: 16.561329 loss_obj: 54.686386 loss_cls: 255.122406 loss: 348.010559 eta: 7 days, 5:55:43 batch_cost: 0.4391 data_cost: 0.0002 ips: 18.2179 images/s [03/25 13:44:51] ppdet.engine INFO: Epoch: [0] [ 260/14658] learning_rate: 0.000008 loss_xy: 16.137671 loss_wh: 16.204327 loss_obj: 47.905704 loss_cls: 246.474487 loss: 326.067932 eta: 7 days, 4:42:40 batch_cost: 0.3883 data_cost: 0.0002 ips: 20.6034 images/s [03/25 13:44:59] ppdet.engine INFO: Epoch: [0] [ 280/14658] learning_rate: 0.000009 loss_xy: 16.436501 loss_wh: 16.214714 loss_obj: 51.461403 loss_cls: 234.019104 loss: 321.133850 eta: 7 days, 3:43:35 batch_cost: 0.3903 data_cost: 0.0002 ips: 20.4944 images/s [03/25 13:45:08] ppdet.engine INFO: Epoch: [0] [ 300/14658] learning_rate: 0.000009 loss_xy: 15.630550 loss_wh: 15.996454 loss_obj: 50.061722 loss_cls: 199.537415 loss: 282.664551 eta: 7 days, 3:52:17 batch_cost: 0.4273 data_cost: 0.0002 ips: 18.7228 images/s [03/25 13:45:17] ppdet.engine INFO: Epoch: [0] [ 320/14658] learning_rate: 0.000010 loss_xy: 15.176094 loss_wh: 16.028824 loss_obj: 47.843414 loss_cls: 183.140930 loss: 267.005310 eta: 7 days, 4:20:40 batch_cost: 0.4410 data_cost: 0.0002 ips: 18.1426 images/s
参考:https://github.com/PaddlePaddle/PaddleDetection
############################