AIAS/object_detection_voc_sdk
2021-07-11 14:50:59 +08:00
..
build/output Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
doc/img Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
lib Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
src Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
object_detection_voc_sdk.iml Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
pom.xml Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00
README.md Add object detection sdk : voc dataset. 2021-07-11 14:50:59 +08:00

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

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

支持分类如下:

  • aeroplane
  • bicycle
  • bird
  • boat
  • bottle
  • bus
  • car
  • cat
  • chair
  • cow
  • diningtable
  • dog
  • horse
  • motorbike
  • person
  • pottedplant
  • sheep
  • sofa
  • train
  • tvmonitor

点击下载

SDK包含两个检测器

  • SSDResnet50Detection SSD, backbone: resnet50
  • YoloMobilenetV1Detection yolo, backbone: mobilenet1.0

运行例子 - SSDResnet50DetectionExample

  • 测试图片 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