参考:
https://developers.google.com/mediapipe/solutions/customization/image_classifier
https://colab.research.google.com/github/googlesamples/mediapipe/blob/main/examples/customization/image_classifier.ipynb#scrollTo=plvO-YmcQn5g
安装:
pip install mediapipe-model-maker -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com --use-pep517
版本错误情况
1)RuntimeError: File loading is not yet supported on Windows
其中mediapipe版本要大于等于0.10.0;下图中的要升级;不然后续用python 加载文件会报:
2)ImportError: cannot import name ‘array_record_module’ from ‘array_record.python’ ;参考:https://blog.csdn.net/LQ_001/article/details/130991571;原因:包依赖关系出现问题,原来版本 tensorflow-datasets==4.9.0文章来源:https://www.toymoban.com/news/detail-740601.html
pip install tensorflow-datasets==4.8.3文章来源地址https://www.toymoban.com/news/detail-740601.html
到了这里,关于mediapipe 训练自有图像数据分类的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!