当前位置:网站首页>基于OpenCV和YOLOv3的目标检测实例应用
基于OpenCV和YOLOv3的目标检测实例应用
2022-07-25 15:07:00 【weixin_42709563】
一、前言
YOLOv3是当前非常流行的目标检测算法,它的检测速度很快,同时准确度也比较高,适合在工业上进行应用。在网上,已有大量的博文来介绍YOLOv3的基本原理,因此,在本文中不再对原理方面做过多的描述了,接下来我们学习如何在OpenCV上使用目前较为先进的目标检测技术YOLOv3来对图像中的目标进行检测。
二、应用
在我们平时的目标检测中,常见的检测对象有图片和视频流两种方式,但由于本平台目前仅支持腾讯视频、优酷视频、哔哩哔哩视频上传,所以下面就只给出使用YOLOv3目标检测算法对图片进行的测试。
先找一张目标属于同类的图片进行测试,结果如下:
测试前:
测试后

接着再测试一张包含着不同类别的图片:
测试前:
测试后:
三、总结
从上面测试后的图中可以看出,使用YOLOv3目标检测算法对图片中的物体检出率以及检出后的准确率都比较高,图片左上角所显示的实时性相比其它的目标检测算法也是较快的。
边栏推荐
猜你喜欢

pl/sql 创建并执行oralce存储过程,并返回结果集

I hope some suggestions on SQL optimization can help you who are tortured by SQL like me

Overview of cloud security technology development

Add the jar package under lib directory to the project in idea

用setTimeout模拟setInterval定时器

"How to use" agent mode

Deployment and simple use of PostgreSQL learning

oracle_12505错误解决方法

41 picture background synthesis - colorful navigation map

"Ask every day" reentrantlock locks and unlocks
随机推荐
Syntax summary of easygui
Implementation of redis distributed lock
MySQL的登陆【数据库系统】
[C topic] the penultimate node in the Niuke linked list
bridge-nf-call-ip6tables is an unknown key异常处理
node学习
As methods for viewing and excluding dependencies
43 盒子模型
@Scheduled source code analysis
Splice a field of the list set into a single string
流程控制(上)
When using jetty to run items, an error is reported: form too large or form too many keys
Promise对象与宏任务、微任务
SSM Advanced Integration
Solve the error caused by too large file when uploading file by asp.net
(original) customize a scrolling recyclerview
[C题目]力扣88. 合并两个有序数组
[C题目]力扣206. 反转链表
[Nacos] what does nacosclient do during service registration
The solution to the problem that the progress bar of ros2 installation connext RMW is stuck at 13%