AlexeyAB/Yolo_mark

any macosx version?

yangboz opened this issue · 1 comments

as it said.

Hello,
you can try to compile it on macos
install OpenCV and CMake via Homebrew

brew install opencv cmake

and then in project dir

cmake . -DOpenCV_DIR=/usr/local/Cellar/opencv/4.5.5_2/lib/cmake/opencv4/
make