Giter Club home page Giter Club logo

yolov5_bev's Introduction

YOLOv5 Object Detection with Bird's Eye View and Tracking

This project utilizes the YOLOv5 deep learning model to perform real-time object detection for Advanced Driver Assistance Systems (ADAS). It provides a framework for detecting and tracking objects in the context of automotive safety and driver assistance applications. it provides a Bird's Eye View (BEV) visualization, which offers a top-down perspective of the detected objects.

demo

Features

  • Real-time object detection using the YOLOv5 model.
  • Detection of various objects relevant to ADAS, such as vehicles, pedestrians, cyclists, and traffic signs.
  • Object tracking to maintain continuity and trajectory of detected objects.
  • Bird's Eye View (BEV) visualization of the detected objects in a simulated environment.
  • Customizable confidence threshold and class filtering.
  • Simulated environment provides an intuitive top-down view of object positions and movements.
  • Supports both image and video input for object detection and tracking.
  • Easy integration with pre-trained YOLOv5 models.
  • Provides bounding box coordinates, class labels, and tracking IDs for detected objects.

Prerequisites

  • Python 3.x
  • OpenCV
  • PyTorch
  • NumPy

Installation

  1. Clone this repository.
  2. Install the required dependencies
pip3 install torch opencv numpy

Usage

  1. Download pre-trained YOLOv5 weights or train your own model.
  2. Provide the path to the YOLOv5 weights in the code.
  3. Run the script with the video file.
  4. View the object detection results and Bird's Eye View visualization.

For more detailed usage instructions and options, refer to the project documentation.

Run

python3 yoloV5_sim.py

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.