python library imgaug data enhancement

Installation and use of the method described in detail:

https://blog.csdn.net/qq_38451119/article/details/82428612

 

pip install imgaug failed Solution:

提示Command "python setup.py egg_info" failed with error code 1 in C:\Users\admi

 

The package fails to install shapely found

pip install shapely unsuccessful

 

python -m pip install --upgrade pip

After the update version is not successful pip

 

Quguan own website to download the corresponding version of the package

https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

 

installation

pip install E:\DeepLearning\Shapely-1.6.4.post1-cp36-cp36m-win_amd64.whl 

Install package imgaug

pip install imgaug

Success

Original: https: //blog.csdn.net/sunflower_sara/article/details/86617380

Guess you like

Origin www.cnblogs.com/Allen-rg/p/10973851.html