├── Object_Detection_Final_.ipynb ├── Object_Tracking_Final.ipynb └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Vehicle Detection and Tracking Using YOLOv3 and Deep Sort 2 | I have used YOLOv3 Algorithm for Vehicle Detection and Deep Sort Algorithm for Vehicle Tracking. After tracking the vehicles I have tried counting the number of vehicles in each lane. This will help us in real life implementations like Toll Booths(To cross check the collection) and Traffic Lanes Rules Monitoring(To check if heavy vehicles are following the proper lanes or not). 3 | 4 | #### I wrote two blogs on this projects for in depth understanding of the project: 5 | #### 1. https://atharvamusale.medium.com/vehicle-tracking-and-counting-using-yolov3-and-deep-sort-f43d1c66c7c6 6 | #### 2. https://atharvamusale.medium.com/a-comprehensive-guide-to-yolov3-74029810ca81 7 | #### Outputs to this project can be seen here: https://drive.google.com/drive/folders/10anYUOJ5sHdCH2lvFsgiGCs2JRs2j8dG 8 | --------------------------------------------------------------------------------