Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 577 Bytes

File metadata and controls

28 lines (19 loc) · 577 Bytes

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.