您的位置:首页 > 房产 > 家装 > 国家知识产权局专利查询官网_营销网站建设专业公司_最近军事新闻热点大事件_网站推广的基本方法是

国家知识产权局专利查询官网_营销网站建设专业公司_最近军事新闻热点大事件_网站推广的基本方法是

2025/1/15 12:46:32 来源:https://blog.csdn.net/model2005/article/details/142716924  浏览:    关键词:国家知识产权局专利查询官网_营销网站建设专业公司_最近军事新闻热点大事件_网站推广的基本方法是
国家知识产权局专利查询官网_营销网站建设专业公司_最近军事新闻热点大事件_网站推广的基本方法是

使用自己的数据集训练模型进行图像分类

安装Model Maker 软件包

sudo apt -y install libportaudio2pip install -q tflite-model-maker

准备数据集

文件夹下各类别子文件夹,图片文件

导入包

import osimport numpy as npimport tensorflow as tf
assert tf.__version__.startswith('2')from tflite_model_maker import model_spec
from tflite_model_maker import image_classifier
from tflite_model_maker.config import ExportFormat
from tflite_model_maker.config import QuantizationConfig
from tflite_model_maker.image_classifier import DataLoaderimport matplotlib.pyplot as plt

运行

data = DataLoader.from_folder(image_path)
train_data, test_data = data.split(0.9)
model = image_classifier.create(train_data)
loss, accuracy = model.evaluate(test_data)
model.export(export_dir='.')

导出模型即为tflite格式的文件

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com