1、修改predict.py
改为实际模型路径和要预测的图片的路径
注意这里必须用\\不然会报,或者字符串前加r
AttributeError: 'NoneType' object has no attribute 'astype'
2、如果报No module named 'pycocotools',执行
pip install pycocotools
在家里网络安装时一直卡着不动,
到公司一下就成功了
3、运行结果
预测成功
2023-12-23 18:05:15
1、修改predict.py
改为实际模型路径和要预测的图片的路径
注意这里必须用\\不然会报,或者字符串前加r
AttributeError: 'NoneType' object has no attribute 'astype'
2、如果报No module named 'pycocotools',执行
pip install pycocotools
在家里网络安装时一直卡着不动,
到公司一下就成功了
3、运行结果
预测成功