Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 351 Bytes

This is the beginings of my attempt to make a unified interface capable of performing inferences using YOLOv8 and YOLOv5.

Build instructions:

  1. Install CMake and OpenCV.
  2. Clone this repo.
  3. From repo root, run mkdir build , cd build, cmake ../src
  4. Open build/yolo_cpp.sln in Visual Studio.