mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-12-02 04:08:21 +08:00
.. | ||
doc/img | ||
models | ||
src | ||
animal_sdk.iml | ||
animal-sdk.iml | ||
pom.xml | ||
README_cn.md | ||
README.md |
Download the model and place it in the /models directory
- Link 1: https://github.com/mymagicpower/AIAS/releases/download/apps/animals.zip
- Link 2: https://github.com/mymagicpower/AIAS/releases/download/apps/mobilenet_animals.zip
Animal classification recognition SDK
Animal recognition SDK that supports the classification of 7978 types of animals.
### SDK features
- Supports the classification recognition of 7978 types of animals and provides confidence levels.
- Provides two available model examples: 1). Example of the large model (resnet50): AnimalsClassificationExample 2). Example of the small model (mobilenet_v2): LightAnimalsClassExample
Running examples
After successful execution, the command line should display the following information:
西伯利亚虎 : 1.0
[INFO ] - [
class: "西伯利亚虎", probability: 1.00000
class: "孟加拉虎", probability: 0.02022
class: "华南虎", probability: 0.00948
class: "苏门答腊虎", probability: 0.00397
class: "印度支那虎", probability: 0.00279
]