AIAS/object_detection_coco_sdk
2021-08-17 22:19:42 +08:00
..
doc/img Add object detection sdk: coco dataset. 2021-07-11 15:17:56 +08:00
lib Add object detection sdk: coco dataset. 2021-07-11 15:17:56 +08:00
src Add object detection sdk: coco dataset. 2021-07-11 15:17:56 +08:00
object_detection_coco_sdk.iml Add object detection sdk: coco dataset. 2021-07-11 15:17:56 +08:00
pom.xml Add object detection sdk: coco dataset. 2021-07-11 15:17:56 +08:00
README.md Update README.md 2021-08-17 22:19:42 +08:00

目录:

http://aias.top/

目标检测(支持coco数据集分类)SDK

检测图片中80个分类的目标。

支持分类如下:

  • person
  • bicycle
  • car
  • motorcycle
  • airplane
  • bus
  • train
  • truck
  • boat
  • traffic light
  • fire hydrant
  • stop sign ...

点击下载

SDK包含两个检测器

  • YoloDarknet53Detection yolo, backbone: darknet53
  • YoloMobilenetV1Detection yolo, backbone: mobilenet1.0

运行例子 - YoloMobilenetDetectionExample

  • 测试图片 img

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

...
[INFO ] - [
	class: "dog", probability: 0.85052, bounds: [x=0.028, y=0.360, width=0.214, height=0.528]
	class: "sofa", probability: 0.80193, bounds: [x=0.055, y=0.142, width=0.847, height=0.759]
	class: "person", probability: 0.75147, bounds: [x=0.387, y=0.111, width=0.359, height=0.740]
	class: "cat", probability: 0.71961, bounds: [x=0.260, y=0.561, width=0.254, height=0.250]
	class: "person", probability: 0.62601, bounds: [x=0.260, y=0.154, width=0.201, height=0.433]
]

帮助

添加依赖库lib/aias-object-detection-voc-lib-0.1.0.jar

QQ群

111257454