mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-11-29 18:58:16 +08:00
.. | ||
doc/img | ||
lib | ||
src | ||
object_detection_v4_sdk.iml | ||
pom.xml | ||
README.md |
目录:
目标检测(支持601分类)SDK
检测图片中601个分类的目标。
支持openimages_v4数据集分类如下:
- Tortoise
- Container
- Magpie
- Sea turtle
- Football
- Ambulance
- Ladder
- Toothbrush
- Syringe
- Sink
- ...
SDK检测器:
- SSDMobilenetV2Detection ssd, backbone: mobilenetV2
运行例子 - SSDMobilenetV2DetectionExample
运行成功后,命令行应该看到下面的信息:
...
[INFO ] - [
class: "Human face", probability: 0.79220, bounds: [x=0.524, y=0.236, width=0.085, height=0.237]
class: "Dog", probability: 0.74944, bounds: [x=0.022, y=0.345, width=0.223, height=0.542]
class: "Clothing", probability: 0.41576, bounds: [x=0.425, y=0.400, width=0.368, height=0.388]
class: "Human face", probability: 0.41436, bounds: [x=0.322, y=0.209, width=0.094, height=0.154]
class: "Girl", probability: 0.41029, bounds: [x=0.257, y=0.133, width=0.569, height=0.692]
]
帮助
添加依赖库:lib/aias-object-detection-v4-lib-0.1.0.jar
QQ群:
111257454