嗨,大家好,这个资料库包含脚本的源代码,用于检测视频/摄像机框架中的汽车,然后在它们周围绘制矩形框。 用于检测汽车和边界框坐标的ML算法是一种预训练的级联模型。 全文在哪里? 该项目的完整文章最初发布在上,文章标题 入门 首先,我们必须克隆项目存储库或下载项目zip,然后将其解压缩。 git clone https://github.com/Kalebu/Real-time-Vehicle-Dection-Python cd Real-time-Vehicle-Dection-Python Real-time-Vehicle-Dection-Python - > 依存关系 现在,一旦我们在本地目录中有了项目存储库,现在就可以安装运行脚本所需的依赖项 pip install opencv-python 范例影片 我们在该项目中使用的示例视频是 ,它将在您下载或克隆存储库时出现,以加载具
2025-12-17 14:53:27 2.76MB python data-science machine-learning article
1
包括:haarcascade_eye.xml、haarcascade_eye_tree_eyeglasses.xml、haarcascade_frontalcatface.xml、haarcascade_fullbody.xml、haarcascade_lefteye_2splits.xml、haarcascade_lowerbody.xml、haarcascade_profileface.xml、haarcascade_smile.xml、haarcascade_upperbody.xml等
2023-06-22 23:05:47 1.46MB opencv haar-like算法
1
##基本执行 python detect.py --cascade classifier / cascade.xml --video samplevid / plane.mp4 --showHaarDetections ##帮助文件 用法:detect.py [-h]-级联层叠-视频VIDEO [--savedetections] [--savemotiondetections] [--overlapratio OVERLAPRATIO] [--savediffs] [--showHaarDetections] [--showMotionDetections] [- -UpdateLists] [--EnableMotionDetect] [--EnableOutStream] [--SaveOutStream] Craft.io选项 optional arguments: -h
2022-04-06 22:04:47 2.11MB Python
1
opencv中的担任检测功能的haar级联分类器,OpenCV-python预训练的模型,haarcascade_frontalface_default.xml;github上下载实在太慢了
2022-03-18 16:38:08 941KB 人脸识别 haar级联分类器 opencv
1
haarcascade_eye.xml opencv中的担任检测功能的haar级联分类器,OpenCV-python预训练的模型
2021-04-07 20:35:42 345KB opencv 眼部检测 haar级联分类器
1