yolo

https://pjreddie.com/darknet/yolo/

一、是什么
从YOLOv1到YOLOv3,目标检测的进化之路
实时目标检测, mAP
FPS,Frames Per Second 每秒传输帧数
mAP (mean Average Precision) 平均精度
IOU?
不用什么框架,完全C语言,NB大发了。

二、run起来
We didn't compile Darknet with OpenCV so it can't display the detections directly. ?
编译GPU版本?https://pjreddie.com/darknet/install/#cuda

https://stackoverflow.com/questions/32186029/using-make-again-to-clean-and-remake

Package opencv was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv.pc'
to the PKG_CONFIG_PATH environment variable
https://prateekvjoshi.com/2013/10/18/package-opencv-not-found-lets-find-it/

dyld: Library not loaded: @rpath/libopencv_stitching.3.4.dylib
Referenced from: ~/Documents/Github/darknet/./darknet
Reason: image not found
Abort trap: 6

@article{yolov3,
title={YOLOv3: An Incremental Improvement},
author={Redmon, Joseph and Farhadi, Ali},
journal = {arXiv},
year={2018}
}

三、yolo 人脸检测
https://blog.csdn.net/ycdhqzhiai/article/details/81205503
https://blog.csdn.net/caroline_wendy/article/details/80924371

https://antkillerfarm.github.io/dl/2018/03/08/Deep_Learning_37.html

你可能感兴趣的:(yolo)