【发布时间】:2020-04-16 00:46:45
【问题描述】:
最近,我一直在研究年龄和性别识别问题。在搜索已经存在的解决方案时,我遇到了一个 Open Vino Toolkit。 https://docs.openvinotoolkit.org/
他们使用许多模型来完成深度学习任务,其中之一是 https://docs.openvinotoolkit.org/latest/_models_intel_age_gender_recognition_retail_0013_description_age_gender_recognition_retail_0013.html
现在这些模型可以免费使用并且可以轻松下载。我下载了模型 zip 文件夹,其中包含一个 .xml 文件。此文件显示每个层中的层和尺寸以及有关模型结构的其他有用信息。 另一个文件是 .bin 文件,这个(我猜)是真正的模型文件,但我不知道如何加载保存为 .bin 文件的模型。
The image attached contain the content of the .xml file 需要帮忙。
【问题讨论】:
-
我面前有同样的问题。
标签: keras deep-learning pytorch dlib