Skip to content

wesen02/Object-Detection-with-YOLOv5--CPP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

YOLOv5 with C++

A high-performance implementation of YOLOv5 in C++ for real-time object detection.

Installation

To install the YOLOv5 with C++ repository, follow these steps:

  1. Clone the repository using git:
git clone https://github.com/wesen02/Object-Detection-with-YOLOv5--CPP-.git
  1. Navigate into the cloned repository.

  2. Install the required dependencies.

  3. Compile the source code:

cmake YOLOv5
cd YOLOv5
make
./opencv

Contributing

Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue.

About

YOLOv5 with CPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published