An implementation of the yolov5 object detection using modular approach via conversion to onnx model
After cloaning the repository with git clone command, add custom images to the Inference-Images folder.
For running object detection on images using YoloV5, run the command, "python yolov5.py". For performing object detetcion via modular approach, run the command, "python yolov5ModuleUsage.py". For performing webcamera object detection, run the command, "python yolov5WebCam.py"
To understand and customize the modular yolov5 object detection, run the yolov5Modular.py file.