Object-Detection-Classification:图像分类,张量流和OpenCV中的对象检测

时间:2024-05-22 17:50:36
【文件属性】:

文件名称:Object-Detection-Classification:图像分类,张量流和OpenCV中的对象检测

文件大小:1.82GB

文件格式:ZIP

更新时间:2024-05-22 17:50:36

JupyterNotebook

使用预训练模型进行目标检测 将OpenCVdnn模块与来自tensorflow和caffe的预训练模型一起使用 python detectVideo.py --method caffe --file office.mp4 这将在屏幕上显示对象检测并在输出目录中输出视频。 在图像文件上使用detectImage将在输出目录中输出图像。 自定义对象检测 使用定制的经过训练的物体检测器,按照的指南完成了停车标志检测器和野牛检测器。 detectImage和detectVideo脚本可以使用这些检测器,而不是预先训练的caffe / tensorflow检测器。 python detectImage.py --method trafficSign --image images/stopSign.jpg python detectVideo.py --method trafficSign --


网友评论