Skip to content

The objective of this project is to demonstrate the implementation of object detection using the YOLO model, transformers library, and OpenCV. The provided Python script utilizes a pre-trained YOLO model (hustvl/yolos-tiny) for detecting objects in images.

Notifications You must be signed in to change notification settings

sanu0711/Object-Detection-using-the-YOLO-model

Repository files navigation

Object Detection using YOLO Model

GitHub last commit GitHub repo size

Overview

This project showcases object detection using the YOLO (You Only Look Once) model in Python, utilizing the transformers library for integration and OpenCV for image processing. The YOLO model is a state-of-the-art algorithm for real-time object detection tasks.

Objective

The objective of this project is to demonstrate the implementation of object detection using the YOLO model, transformers library, and OpenCV. The provided Python script utilizes a pre-trained YOLO model (hustvl/yolos-tiny) for detecting objects in images.

Features

  • Developed a Python script for object detection using the YOLO model.
  • Utilized the transformers library for YOLO model integration.
  • Incorporated image processing techniques with the PIL and OpenCV libraries.
  • Integrated pre-trained YOLO model (hustvl/yolos-tiny) for object detection tasks.
  • Processed input images and generated bounding boxes using the YolosImageProcessor.
  • Demonstrated the detection results with bounding boxes overlaid on the original image using matplotlib.
  • Successfully detected objects with high confidence levels (>90%) and displayed the results visually.

Installation

  1. Clone this repository to your local machine.
  2. Install the required dependencies/library.

Results

Object Detection Screenshot1

Object Detection Screenshot2 Object Detection Screenshot3

References

Contributors

About

The objective of this project is to demonstrate the implementation of object detection using the YOLO model, transformers library, and OpenCV. The provided Python script utilizes a pre-trained YOLO model (hustvl/yolos-tiny) for detecting objects in images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published