INTRODUCTION - shivamsingh3238/Object_detection GitHub Wiki
Object Detection is a software developed for real-time tracking object in videos and images. In computer vision were saturating on their accuracy before a decade. However, with the rise of Neural Network learning techniques, the accuracy of these problems drastically improved. One of the major problem was that of image classification, which is defined as predicting the class of the image. A slightly complicated problem is that of image localization, where the image contains a single object and the system should predict the class of the location of the object in the image (a bounding box around the object). The more complicated problem (this project), of object detection involves both classification and localization. In this case, the input to the system will be a image, and the output will be a bounding box corresponding to all the objects in the image, along with the class of object in each box .