ubuntu为python处理图片安装图片数据增强库imgaug

1 依赖Required dependencies:

  • six
  • numpy
  • scipy
  • scikit-image (pip install -U scikit-image)
  • OpenCV (i.e. cv2)

这些之前的文章都有

在ubuntu中配置深度学习python图片分类实验环境

2 下载并安装imgaug

  • Clone the repository.
  • From within the repository do:
    • python setup.py sdist
    • sudo pip install dist/imgaug-0.1.tar.gz

网站地址https://github.com/aleju/imgaug

git地址:https://github.com/aleju/imgaug.git

原文地址:https://www.cnblogs.com/zhaopengcheng/p/6443724.html