Instance Segmentation on Real time Object Detection using Mask R-CNN
Ravalisri.Vasam1, Padmalaya Nayak2

1Ravalisri Vasam, CSE Department, GRIET, Hyderabad, India.
2Padmalaya Nayak, CSE Department, GRIET, Hyderabad, India.
Manuscript received on September 22, 2019. | Revised Manuscript received on October 20, 2019. | Manuscript published on October 30, 2019. | PP: 2932-2935 | Volume-9 Issue-1, October 2019 | Retrieval Number: A1265109119/2019©BEIESP | DOI: 10.35940/ijeat.A1265.109119
Open Access | Ethics and Policies | Cite | Mendeley
© The Authors. Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP). This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Abstract: In the ever-advancing field of computer vision, image processing plays a prominent role. We can extend the applications of Image processing into solving real-world problems like substantially decreasing Human interaction over the art of driving. In the process of achieving this task, we face several challenges like Segmentation and Detection of objects. The proposed thesis overcomes the challenges effectively by introducing Instance segmentation and Binary masks along with Keras and Tensorflow. Instance segmentation is used to delineate and detect every unique object of interest according to their pixel characteristics in an image. Mask RCNN is the superior model over the existing CNN models and yields accurate detection of objects more efficiently. Unlike conventional Neural Networks which employs selective search algorithm to identify object of interest, Mask RCNN employs Regional Proposal Networks(RPN) to identify object of interest. For better results Image pre-processing techniques and morphological transformations are employed to reduce the noise and increase pixel clarity.
Keywords: Computer vision, Object detection, Instance segmentation, RCNN, Regional Proposal Network.