Object detection for vehicles (Cars, Trucks, Motorcycles, Buses) using YOLOv6 algorithm.
The code contains the following steps to follow :
-
Setting up YOLOv6 Dependencies:
- Mounting Google Drive
- Cloning the Repository and Installing Requirements
- Downloading weights
- Relevant Modules and functions
- Setting up arguments for inference
-
Running inference on single image ( The image used and the result is in : "Test data and results/Images/Test_img.jpg" -- upload the picture to the diretory to test the solution).
-
Runninig inference on video ( The video used and the result is in : "Test data and results/Videos/Test_vid.mp4" -- upload the video to the diretory to test the solution).
-
Running inference using webcam.