记录贴~
环境:Win10 64bit,Anaconda3,TensorFlow1.12.0,Python3.6
之前安装TensorFlow时,是在Anaconda下单独建的环境。现在打算在TensorFlow环境下安装imgaug。
一、安装前的准备
imgAug的GitHub链接:https://github.com/aleju/imgaug
根据GitHub上的安装指导,需依赖six,numpy,scipy,Shapely等等:
使用conda list命令,查看当前的TensorFlow环境下是否已有上述这些包,没有的安装上。
我自己的环境中,缺少opencv、scikit-image和Shapely。
二、缺啥补啥
- 首先安装opencv。进入TensorFlow环境后,使用命令:
conda install -c https:/