AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

any macosx version? #213

Open yangboz opened 2 years ago

yangboz commented 2 years ago

as it said.

jackopoz commented 2 years ago

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