I. Introduction
Vehicle object detection fmds many applications in computer vision such as traffic monitoring, traffic density estimation, self-driving cars and many more [1] [2]. Deep convolutional neural networks (DNNs) are used to detect objects in regions. Proposed implementation, YOLOv3 and YOLOv4 algorithm is used to predict class labels and detect objects.
Methodology of implementation.