AIAS/traffic_sdk_cpu
2021-08-17 22:22:32 +08:00
..
doc/img Add traffic detection sdk. 2021-07-09 09:17:35 +08:00
lib no message 2021-07-09 10:34:39 +08:00
src Add traffic detection sdk. 2021-07-09 09:17:35 +08:00
pom.xml Add traffic detection sdk. 2021-07-09 09:17:35 +08:00
README.md Update README.md 2021-08-17 22:22:32 +08:00
traffic_sdk_cpu.iml Add traffic detection sdk. 2021-07-09 09:17:35 +08:00

目录:

http://aias.top/

人车非识别SDK

人车非人、机动车非机动车识别sdk支持6种目标检测识别。

SDK功能

支持的6种目标检测识别如下

  • 1-person 行人
  • 2-bicycle 自行车
  • 3-car 小汽车
  • 4-motorcycle 摩托车
  • 5-bus 公共汽车
  • 6-truck 货车

运行例子 - TrafficDetectionExample

  • 测试图片 tiger

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

[INFO ] - [
	class: "person", probability: 0.99875, bounds: [x=0.262, y=0.236, width=0.205, height=0.499]
	class: "person", probability: 0.99427, bounds: [x=0.518, y=0.218, width=0.116, height=0.551]
	class: "person", probability: 0.96588, bounds: [x=0.431, y=0.245, width=0.102, height=0.475]
	class: "bicycle", probability: 0.95741, bounds: [x=0.704, y=0.402, width=0.149, height=0.340]
	class: "person", probability: 0.93060, bounds: [x=0.775, y=0.287, width=0.102, height=0.455]
]

帮助

添加依赖库lib/aias-traffic-lib-0.1.0.jar

QQ群

111257454