AIAS/instance_segmentation_sdk
2021-08-17 22:16:46 +08:00
..
doc/img Add instance segmentation sdk. 2021-07-11 23:21:52 +08:00
lib Add instance segmentation sdk. 2021-07-11 23:21:52 +08:00
src Add instance segmentation sdk. 2021-07-11 23:21:52 +08:00
instance_segmentation_sdk.iml Add instance segmentation sdk. 2021-07-11 23:21:52 +08:00
pom.xml Add instance segmentation sdk. 2021-07-11 23:21:52 +08:00
README.md Update README.md 2021-08-17 22:16:46 +08:00

目录:

http://aias.top/

实例分割(支持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: resnet18dataset: coco

运行例子 - InstanceSegmentationExample

  • 测试图片 img

运行成功后,命令行应该看到下面的信息:

...
[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