没有合适的资源?快使用搜索试试~ 我知道了~
颜色分类leetcode-python-vehicle-detection:Python中的车辆检测
共26个文件
jpg:9个
png:7个
mp4:3个
需积分: 28 1 下载量 66 浏览量
2021-07-06
22:48:44
上传
评论
收藏 59.5MB ZIP 举报
温馨提示
颜色分类leetcode 车辆检测 最终输出 定向梯度直方图 (HOG) 车辆与非车辆示例" 我创建了一个名为 get_hog_features 的函数。 经过一番研究,我发现我可以使用 cv2.HOGDescriptor,并为其提供特征空间。 为了获取图像的特征空间,这里有一个代码片段 def get_feature_space ( img , cspace ): if cspace != 'RGB' : if cspace == 'HLS' : features = cv2 . cvtColor ( img , cv2 . COLOR_RGB2HLS ) elif cspace == 'YCrCb' : features = cv2 . cvtColor ( img , cv2 . COLOR_RGB2YCrCb ) elif cspace == 'HSV' : features = cv2 . cvtColor ( img , cv2 . COLOR_RGB2HSV ) elif cspace == 'LUV' : features = cv2 . cvtColor ( img
资源推荐
资源详情
资源评论
收起资源包目录
python-vehicle-detection-master.zip (26个子文件)
python-vehicle-detection-master
.ipynb_checkpoints
model-checkpoint.ipynb 751KB
scaler1.pkl 42KB
examples
output_bboxes.png 530KB
labels_map.png 12KB
car_not_car.png 821KB
sliding_window.jpg 273KB
bboxes_and_heat.png 559KB
HOG_example.jpg 209KB
sliding_windows.jpg 374KB
README.md 5KB
output_images
one.png 414KB
three.png 1015KB
save_output_here.txt 112B
two.png 265KB
model.ipynb 664KB
project_video.mp4 24.1MB
result.mp4 12.72MB
mlp1.pkl 5.39MB
test_images
test5.jpg 238KB
test3.jpg 144KB
test6.jpg 227KB
test2.jpg 170KB
test4.jpg 196KB
test1.jpg 212KB
test_video.mp4 782KB
result.gif 10.37MB
共 26 条
- 1
资源评论
weixin_38548717
- 粉丝: 5
- 资源: 958
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功