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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM