mask rcnn实例分割_使用Mask-RCNN的实例分割

本文深入探讨了Mask R-CNN在实例分割中的应用,通过翻译自Medium的文章,详细解析了这一先进的深度学习算法如何实现对象的精确分割。
摘要由CSDN通过智能技术生成

mask rcnn实例分割

In this article, I will be creating my own trained model for detecting potholes. For detection, I will be using the instance segmentation technique using the Mask-RCNN with the help of Supervisely.

在本文中,我将创建自己的训练有素的模型来检测坑洼。 为了进行检测,我将在Supervisely的帮助下使用Mask-RCNN使用实例分割技术。

Before creating our model lets get to know what tools and techniques we are using.

在创建模型之前,让我们了解我们正在使用哪些工具和技术。

什么是实例细分? (What is Instance Segmentation?)

Instance segmentation is a technique used for detecting by masking or covering a detected object pixel to pixel. Instance segmentation is very useful in Automatic car as we get pixel to pixel result which increases the accuracy of less accidents

实例分割是一种用于通过掩蔽或覆盖检测到的对象像素到像素来进行检测的技术。 实例分割在自动驾驶汽车中非常有用,因为我们获得了像素到像素的结果,这增加了较少事故的准确性

面罩-RCNN (Mask-RCNN)

Mask-RCNN is a deep neural network aimed to solve instance segmentation problem in machine learning or computer vision. There are two stages of Mask RCNN. First, it generates proposals about the regions where there might be an object based on the input image. Second, it predicts the class of the object, refines the bounding box and generates a mask in pixel level of the object based on the first stage proposal.

Mask-RCNN是一个深度神经网络,旨在解决机器学习或计算机视觉中的实例分割问题。 Mask RCNN有两个阶段。 首先,它基于输入图像生成有关可能存在对象的区域的建议。 其次,它根据第一阶段的建议,预测对象的类别,优化边界框并在对象的像素级别生成掩码。

Mask-RCNN is actually a trained model but in this article I will be showing you how to fine tune or train the Mask-RCNN model for your own custom objects.

Mask-RCNN实际上是经过训练的模型,但是在本文中,我将向您展示如何为自己的自定义对象微调或训练Mask-RCNN模型。

Image for post
Mask-RCNN structure
Mask-RCNN结构

什么是监督以及如何使用? (What is Supervisely and how to use it ?)

Supervisely is a web platform used for solving computer vision problem. With the help of supervisely we can annotate our images very easily and after annotating our image we can easily train our data on any deep learning model without coding.

Supervisely是用于解决计算机视觉问题的Web平台。 在监督的帮助下,我们可以非常轻松地对图像进行注释,并且在对图像进行注释之后,我们可以轻松地在任何深度学习模型上训练数据而无需进行编码

Yes you read it write we can do any object detection task in supervisely without coding.

是的,您读到它是写的,我们无需编码即可监督任何对象检测任务。

Image for post
Supervisely Workflow
监督工作流程

So we have discussed about all the tools and techniques. Let’s directly jump to the practical part.

因此,我们已经讨论了所有工具和技术。 让我们直接跳到实际部分。

如何监督使用Mask R-CNN进行目标检测? (How to Use Mask R-CNN in Supervisely for Object Detection ?)

In this practical, I will be detecting road potholes by masking the detected area.

在本练习中,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值