AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2

Home Page:https://github.com/AlexeyAB/darknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any macosx version?

yangboz opened this issue · 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