Java教程

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

本文主要是介绍人工智能Java SDK:人车非识别,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

目录:

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

目录:

http://www.aias.top/

Git地址:

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

这篇关于人工智能Java SDK:人车非识别的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!