Skip to content

H4ADriving/Traffic-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Object Detection

Definition

This computer vision project encompasses all machine learning pipelines, from data collection to model deployment.

Summary

The goal of this project is to develop a robust object detection model capable of identifying various entities including humans, animals, traffic signs, motorbikes, and motorcycles. Data collection involved sourcing datasets from platforms like Kaggle and RobotFlow, followed by annotation of unannotated objects. The YOLOv8 model from Ultralytics was trained on this curated dataset. The model is intended for deployment on a website.

For more detailed information, please refer to the project report within the repository.

Using the Project

To utilize the features developed in this project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/H4ADriving/Traffic-Object-Detection.git
  2. Navigate to the project directory:

    cd Traffic-Object-Detection
  3. Ensure you have all the necessary dependencies installed. You can install them using pip:

    pip install -r requirements.txt
  4. Before running the application, make sure to set the path to the trained model file in the app1.py file.

  5. Once you've set the model path, you can execute the app1.py file to run the website:

    python app1.py
  6. Access the website by opening your web browser and navigating to http://localhost:5000.

  7. Explore the developed features and functionalities of the website for traffic object detection.

Dataset Used

You can access the dataset used for this project here.

Data Source Websites

Model

The YOLOv8 model from Ultralytics was utilized for object detection tasks in this project. You can find more information about the YOLOv8 model here.

Annexes

For additional information, including detailed datasets and project documentation, please visit the provided links.

Demonstrative video :

demonstrative_vid.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published