Detecting Objects Around Us by Using Object Detection Methods
摘要
Object Detection is a basic ability that helps in detecting objects around us. As we are living in the twenty-first century and everything around us is developing very quickly, and with this Object Detection becomes a basic need which is required by most computer systems and robot vision systems. The purpose of this project is to construct a model that can detect nearly all needed objects around us by using Deep learning and computer vision technology, which can help in working with almost all kinds of video streams and video files. There is a method called YOLO-You Only Look Once, which is used for detecting objects depending on the deep scheme of learning. It needs to trace objects, so for tracing an object K-Means Clustering is used. It governs over the dimensions of the relays that come around the object in images and videos. A method named Markov Chain clustering for minimizing the problem of time taken. Interaction-over-union is used in Markov chain clustering for computing the distance between the initial cluster and all of the candidate points. It uses a lot of work like finding objects, locating objects, dividing into grids, and many more. Object Detection has lots of areas like: private driving, pedestrian detection, medical photography, etc.