编程语言
首页 > 编程语言> > 人工智能Java SDK:人车非识别

人工智能Java SDK:人车非识别

作者:互联网

目录:

http://aias.top/

人车非识别SDK

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

SDK功能

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

运行例子 - TrafficDetectionExample

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

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

目录:

http://www.aias.top/

Git地址:

https://github.com/mymagicpower/AIAS
https://gitee.com/mymagicpower/AIAS

标签:Java,probability,person,人车,bounds,height,width,class,SDK
来源: https://blog.csdn.net/weixin_39355136/article/details/121060473