登录
首页 » Python » hog_svm_train_python

hog_svm_train_python

于 2020-11-27 发布
0 55
下载积分: 1 下载次数: 1

代码说明:

说明:  pedestrain detection; python

文件列表:

hog_svm_train_python, 0 , 2018-04-17
hog_svm_train_python\get_data.py, 2682 , 2018-04-17
hog_svm_train_python\hog_feature.py, 3285 , 2018-04-17
hog_svm_train_python\myHogDector.bin, 70603 , 2018-04-17
hog_svm_train_python\myHogDector1.bin, 70505 , 2018-04-17
hog_svm_train_python\nms.py, 1696 , 2018-04-17
hog_svm_train_python\person_236.png, 504604 , 2004-11-23
hog_svm_train_python\person_246.png, 468287 , 2004-11-23
hog_svm_train_python\person_247.png, 433865 , 2004-11-23
hog_svm_train_python\person_248.png, 462680 , 2004-11-23
hog_svm_train_python\svm_train.py, 915 , 2018-04-17
hog_svm_train_python\test.py, 1067 , 2018-04-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • arima预测(附Python和测试数据)
    说明:  这是一个用python进行ARIMA预测的一个程序,希望能给各位带来帮助。(This is a python for ARIMA prediction of a program, I hope you can help.)
    2020-10-20 10:17:25下载
    积分:1
  • crop-multiple-targets
    opencv210版本下vc++程序,读取一帧图中多个目标的位置并将位置信息保存下来 code using opencv210 via vc++,crop multiple targets and save its positions from one frame(code using opencv210 via vc++,crop multiple targets and save its positions from one frame)
    2013-12-24 15:40:44下载
    积分:1
  • loss_rmse
    说明:  18个项目,通过前9天的数据,预测第10天PM2.5的含量,采用线性回归,损失函数为均方根误差(Through the data of the first nine days, the PM2.5 content of the 10th day was predicted for 18 projects, and linear regression was adopted, and the loss function was root mean square error.)
    2020-06-10 00:06:05下载
    积分:1
  • NMF 程序
    说明:  使用NMF识别,输入样本矩阵,进行非负矩阵分解得到分解矩阵。(Nonnegative matrix decomposition using NMF identification)
    2019-12-01 15:23:05下载
    积分:1
  • bp算法
    说明:  这是用python语言编写的bp神经网络算法,用来评估算法的正交验证得分和平均准确率(This is a BP neural network algorithm written in Python language, which is used to evaluate the orthogonal verification score and average accuracy of the algorithm)
    2019-12-01 21:14:22下载
    积分:1
  • svm解析验证码
    SVM做的验证码识别,准确率85%# -*- coding: utf-8 -* __author__ = "eple" from svmutil import * from PIL import Image from numpy import * import os import string def getFeatures(path): features = [] im = array(Image.open(path).convert("L")) h,w = shape(im) for i in xrange(0,h): for j in xrange(0,w): im[i][j] = 0 if im[i][j] < 128 else 1 for i in xrange(1,h-1): for j in xrange(1,w-1): if im[i][j] != 0 and im[i-1][j]==0 and im[i][j-1]==0 and im[i][j+1]==0 and im[i+1][j]==0: im[i][j] = 0 for rang in [xrange(2,8), xrange(12,18), xrange(22,28), xrange(32,38)]: temp = [] for i in rang: for j in xrange(0,10): temp.append(im[j][i]) features.append(temp) return features
    2022-04-14 17:07:19下载
    积分:1
  • 非线性弹簧实例操作
    说明:  用弹簧单元模拟钢筋和混凝土的滑移,模拟非线性接触问题。(De veereenheid wordt gebruikt om de slip van staal en beton te simuleren om niet-lineaire contactproblemen te simuleren.)
    2019-01-14 11:40:13下载
    积分:1
  • pytorch-tutorial-master
    pytorch的tutorial,介绍了pytorch的基本功能和应用,附有使用手册(the tutorial of pytorch that introduces the basic function and the application of pytorch)
    2018-05-23 20:16:35下载
    积分:1
  • fama
    说明:  用python写的实测fama模型学习思路以及开发案例源代码(Python-based learning idea of measured Fama model and source code of development case)
    2020-06-16 11:20:02下载
    积分:1
  • danmubd
    基于opencv单目机标定的源代码,包含标定的图片,程序注释详细,很适合初学者。(Based on opencv monocular machine calibration source code, including the picture of the calibration, application notes in detail, very suitable for beginners. )
    2013-10-01 11:38:46下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载