Skip to content

AILucifer99/yolov5-modular-object-detection

Repository files navigation

yolov5-modular-object-detection

An implementation of the yolov5 object detection using modular approach via conversion to onnx model

Usage guidelines

Cloaning the repository

After cloaning the repository with git clone command, add custom images to the Inference-Images folder.

File execution structure

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"

YoloV5 Modular Code implementation

To understand and customize the modular yolov5 object detection, run the yolov5Modular.py file.

About

An implementation of the yolov5 object detection using modular approach via conversion to onnx model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages