Detailed Explanation of Detection and Segmentation in Computer Vision

Detailed Explanation of Detection and Segmentation in Computer Vision

Click the "Xiaobai Learns Vision" above, select to add "Starred" or "Pinned" Heavy content, delivered first time 【Introduction】Neural networks have a wide range of applications in the field of computer vision. With slight modifications, the same tools and techniques can be effectively applied to a wide variety of tasks. In this article, we will introduce … Read more

Introduction to Mask R-CNN Network

Introduction to Mask R-CNN Network

Paper Title: Mask R-CNNPaper Download Link: https://arxiv.org/abs/1703.06870 Before reading this blog post, you need to understand Faster R-CNN, FPN, and FCN. Faster R-CNN Video Explanation: https://www.bilibili.com/video/BV1af4y1m7iL?p=3 FPN Video Explanation: https://www.bilibili.com/video/BV1dh411U7D9 FCN Video Explanation: https://www.bilibili.com/video/BV1J3411C7zd Table of Contents 0 Introduction 1 Mask R-CNN 2 RoI Align 2.1 RoIPool Experiment 2.2 RoIAlign Experiment 3 Mask Branch (FCN) … Read more