paddlex 使用-3 模型加载预测
作者:互联网
1、修改predict.py
改为实际模型路径和要预测的图片的路径
注意这里必须用\\不然会报,或者字符串前加r
AttributeError: 'NoneType' object has no attribute 'astype'
2、如果报No module named 'pycocotools',执行
pip install pycocotools
在家里网络安装时一直卡着不动,
到公司一下就成功了
3、运行结果
预测成功
标签:named,预测,paddlex,模型,路径,pycocotools,加载 来源: https://www.cnblogs.com/zhaogaojian/p/14040582.html