車輛檢測SDK
車輛檢測是城市交通監(jiān)控中非常重要并且具有挑戰(zhàn)性的任務(wù),該任務(wù)的難度在于對(duì)復(fù)雜場景中相對(duì)較小的車輛進(jìn)行精準(zhǔn)地定位和分類。
支持car (汽車),truck (卡車),bus (公交車),motorbike (摩托車),tricycle (三輪車)等車型的識(shí)別。
SDK功能
- 車輛檢測,給出檢測框和置信度
- 支持的類別:
- car
- truck
- bus
- motorbike
- tricycle
- carplate
運(yùn)行例子 - VehicleDetectExample
-
測試圖片
vehicle
運(yùn)行成功后,命令行應(yīng)該看到下面的信息:
[INFO ] - [
class: "car", probability: 0.98734, bounds: [x=0.210, y=0.420, width=0.225, height=0.218]
class: "car", probability: 0.93550, bounds: [x=0.377, y=0.432, width=0.150, height=0.120]
class: "car", probability: 0.88870, bounds: [x=0.167, y=0.411, width=0.127, height=0.178]
class: "car", probability: 0.85094, bounds: [x=0.479, y=0.351, width=0.504, height=0.476]
class: "carplate", probability: 0.83096, bounds: [x=0.321, y=0.502, width=0.046, height=0.019]
]
目錄:
Git地址:
https://github.com/mymagicpower/AIAS
https://gitee.com/mymagicpower/AIAS
