A high-performance implementation of YOLOv5 in C++ for real-time object detection.
To install the YOLOv5 with C++ repository, follow these steps:
- Clone the repository using git:
git clone https://github.com/wesen02/Object-Detection-with-YOLOv5--CPP-.git
-
Navigate into the cloned repository.
-
Install the required dependencies.
-
Compile the source code:
cmake YOLOv5
cd YOLOv5
make
./opencv
Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue.