# hog_pedestran_detect_python **Repository Path**: hao_feng_cheng/hog_pedestran_detect_python ## Basic Information - **Project Name**: hog_pedestran_detect_python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HOG+SVM行人检测 基于python和opencv编写的代码,应用经典的HOG+SVM算法实现行人检测。 目录说明: 1. **Negative**:负样本数据集; 2. **Positive**:正样本数据集; 3. **TestData**:测试数据集; 4. **pedestran_detect.py**:使用HOG+SVM进行训练+测试代码。 详细可参考我的博客: https://blog.csdn.net/hongbin_xu/article/details/79845290