环境安装:ubuntu+opencv+cuda+cudnn(gt920m)**
参考 :https://blog.youkuaiyun.com/qq_36362060/article/details/80739573
darknet—github地址:https://github.com/AlexeyAB/darknet
常用命令:
单张图片
cd darknet
./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg
Yolo v3 COCO - video(视频识别) :
darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights -ext_output test.mp4
web carme摄像头(tiny版本)
./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3-tiny.weights http://192.168.1.16:8080/video?dummy=param.mjpg
教程参考:
技术栈:vgg-16net 或 yolov3
yolo_small预训练权重:https://pan.baidu.com/s/1RNzPt0naAT8AT-RTPrK1vw ,