mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-11-30 03:08:24 +08:00
.. | ||
doc/img | ||
models | ||
src | ||
dish-sdk.iml | ||
dishes_sdk.iml | ||
pom.xml | ||
README_cn.md | ||
README.md |
###Download models and place them in the /models directory
- Link 1: https://github.com/mymagicpower/AIAS/releases/download/apps/dishes.zip
- Link 2: https://github.com/mymagicpower/AIAS/releases/download/apps/mobilenet_dishes.zip
Dish Classification Recognition SDK
The dish recognition SDK supports the classification recognition of 8416 kinds of dishes.
SDK Functions
-Supports the classification recognition of 8416 kinds of dishes and provides confidence levels. -Provides two available model examples
- Example of the large model (resnet50): DishesClassificationExample
- Example of the small model (mobilenet_v2): LightDishesClassExample
Running Examples
After successful execution, the command line should display the following information:
清炒虾仁 : 1.0
[INFO ] - [
class: "清炒虾仁", probability: 1.00000
class: "豆炒虾仁", probability: 0.84546
class: "西芹果仁炒虾", probability: 0.34755
class: "瓜炒虾仁", probability: 0.21187
class: "炒芦笋", probability: 0.19085
]