1.开源项目 github地址 https://github.com/OlafenwaMoses/ImageAI
3.Pycharm中无法导入包问题:Unresolved reference 解决方法
4.Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
原因是:tensorflow版本太高
解决方案:pip3 install --upgrade --force-reinstall tensorflow-gpu==1.9.0
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:目标检测—-ImageAI使用 - Python技术站