Paddle实现车辆检测和车辆类型识别(基于YOLOv3和ResNet18)
未经作者允许,本文禁止转载
今天我们使用 Paddle 开源的两个工具:PaddleDetection 和 X2Paddle 来进行一个车辆检测和类型识别的小demo~
源码地址:https://github.com/Sharpiless/yolov3-vehicle-detection-paddle
最终的检测效果如图:
一. PaddleDetection 简介:
源码地址:https://github.com/PaddlePaddle/PaddleDetection
官方文档:https://paddledetection.readthedocs.io/
Paddle