AIAS/1_image_sdks/classification/animal_sdk
2023-03-21 20:46:31 +08:00
..
doc/img no message 2021-10-03 22:25:35 +08:00
models load model from local disk instead of http url 2023-03-20 13:56:52 +08:00
src update english comments 2023-03-21 20:46:31 +08:00
animal_sdk.iml no message 2021-10-03 22:25:35 +08:00
animal-sdk.iml upgrade to 0.17.0 2022-05-28 14:48:33 +08:00
pom.xml upgrade to 0.17.0 2022-05-28 14:48:33 +08:00
README_cn.md initial version - writing english doc. 2023-03-20 17:07:14 +08:00
README.md update readme. 2023-03-20 23:02:51 +08:00

Download the model and place it in the /models directory

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

Animal classification

Running examples

  • Test image tiger

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
]

Open source algorithms

1. Open source algorithm used in the SDK

2. How to export the model?