mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-11-29 18:58:16 +08:00
.. | ||
doc/img | ||
lib | ||
src | ||
instance_segmentation_sdk.iml | ||
pom.xml | ||
README.md |
目录:
实例分割(支持80分类)SDK
支持对图片中80个分类的目标进行实例分割。
支持coco数据集分类如下:
- person
- bicycle
- car
- motorcycle
- airplane
- bus
- train
- truck
- boat
- traffic light
- fire hydrant
- stop sign
- parking meter
- bench
- bird
- ...
SDK算法:
- InstanceSegmentation mask_rcnn, backbone: resnet18,dataset: coco
运行例子 - InstanceSegmentationExample
运行成功后,命令行应该看到下面的信息:
...
[INFO ] - [
class: "dog", probability: 0.99422, bounds: [x=0.024, y=0.344, width=0.225, height=0.542]
class: "person", probability: 0.97572, bounds: [x=0.263, y=0.139, width=0.209, height=0.474]
class: "person", probability: 0.97018, bounds: [x=0.236, y=0.148, width=0.547, height=0.685]
class: "cat", probability: 0.88282, bounds: [x=0.276, y=0.551, width=0.249, height=0.194]
class: "chair", probability: 0.55487, bounds: [x=0.716, y=0.249, width=0.187, height=0.276]
]
帮助
添加依赖库:lib/aias-instance-segmentation-lib-0.1.0.jar
QQ群:
111257454