检测图片中80个分类的目标。
支持分类如下:- person
- bicycle
- car
- motorcycle
- airplane
- bus
- train
- truck
- boat
- traffic light
- fire hydrant
- stop sign
…
点击下载
SDK包含两个检测器:- YoloDarknet53Detection
yolo, backbone: darknet53 - YoloMobilenetV1Detection
yolo, backbone: mobilenet1.0
- 测试图片
运行成功后,命令行应该看到下面的信息:
... [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] ]帮助
引擎定制化配置,可以提升首次运行的引擎下载速度,解决外网无法访问或者带宽过低的问题。
引擎定制化配置
http://www.aias.top/
Github地址:https://github.com/mymagicpower/AIAS
https://gitee.com/mymagicpower/AIAS



