Abstract

Object detection algorithms are vital in computer vision applications especially the one regarding segmentation of objects in a scene. Instance segmentation using mask RCNN is the state of the art computer vision application using deep neural networks. However it has a complex pipeline for training and real-time testing. Single shot detectors based on CNN such as YOLO are robust in real time object detection compared to Faster RCNN. Combining convolutional networks for semantic segmentation along with single shot object detectors can give superior instance segmentation in real time at less computational complexity. Independent training of instance detection and segmentation networks makes it possible to create application specific pipelines based on context. Lighter architecture using single shot detectors and segmentation networks reduces latency on common processors thereby achieving higher frame rate. Class specific training of detectors improves the average precision of detection. The entire architecture is developed in python over Keras deeplearning framework.OpenCV library is used to render and process the input and output images.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.