从Tensorflow OD模型动物园中,Centernet Mobilenetv2中的这两个文件是什么?我们需要它们吗?

发布于 2025-01-28 11:05:28 字数 109 浏览 3 评论 0原文

我们需要这些文件吗?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沙与沫 2025-02-04 11:05:28

model.tflite文件是.tflite格式中的验证模型。因此,如果要使用型号,则可以使用此文件。

label_map.txt用于将网络的输出映射到实际可理解的结果。即,如果您想将模型从开箱即用,则需要两个文件。重新训练不需要。

The model.tflite file is the pretrained model in .tflite format. So if you want to use the model out of the box, you can use this file.

The label_map.txt is used to map the output of your network to actual comprehensible results. I.e. both of the files are needed if you want to use the model out of the box. It is not needed for re-training.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文