搜索资源列表
ifdef
- 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。 -Face Detecti
learcode
- 行人检测源程序,居于svm技术。和梯度直方图提取-Pedestrian Detection source, living in SVM technology. And gradient histogram extraction
camshift_tracking
- camshift跟踪代码,基于opencv-camshift tracking code, based on opencv
facedetect
- 人脸检测,的程序计算机视觉,opencv-face detection code example computer vision
TrackingAlgorithm
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
Context-Tracker-Tracking
- 基于上下文的目标跟踪代码实现,用OPenCV编程实现,功能很强大哦-Context-based target tracking code, using OPenCV programming, very powerful oh
cvSamplePeopleDetect
- opencv识别行人实例代码,需要自行加opencv的库,即可使用。-It s an opencv example code of Pedestrian recognition , you need to add their own opencv library to use.
svm
- opencv实现的svm算法的代码示范,可用于学习svm的原理和使用效果。-opencv svm algorithm implementation code demonstration svm can be used to learn the principles and results.
main
- 这个在VC++平台下面,基于opencv的库函数,进行的人脸检测的代码-This in VC++ platform below, based on the opencv library function performed face detection code
Simple Demo
- 人搜索 依赖 在python3.7 MacOS 10.14.6下测试 ——python包 ——opencv-python ——tb-nightly -torch>= 1.0 下载weights 从这里下载,密码:qscx 下载后,将权重放到文件夹 person_search_demo/weights中 测试 cd <指向此floder>的路径 python search 结果将保存在输出文件夹中 训练 您可以直接使用原始的YOLO代码进行培训。