object_detector:来自HOG + Linear SVM框架的对象检测器 源码
object_detector 使用HOG作为描述符和线性SVM作为分类器的对象检测器 先决条件 使用Python 3绑定安装 依存关系 您可以通过运行安装所有依赖项 pip install -r requirements.txt 运行代码 要测试代码,请在终端中运行以下行 git clone https://github.com/vladkha/object_detector.git cd object_detector/bin python test_object_detector.py test_object_detector.py将下载和数据集,并训练分类器以检测图像中的人脸。 S
文件列表
object_detector-master.zip
(预估有个40文件)
object_detector-master
bin
test_object_detector.py
3KB
data
models
sgd_svm_10000_10000_1.model
317KB
sgd_svm_20000_20000_3.model
305KB
svm_lin_5000_5000_2.model
317KB
config
config.cfg
307B
暂无评论