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

installation issue on windows #168

Closed myounus96 closed 4 years ago

myounus96 commented 4 years ago

Do we need both opencv 2 and 3 to build the yolo_mark in windows? Because I only have opencv 3 and updated the paths as you mentioned but got errors related to opencv2 library in c++ code. image

myounus96 commented 4 years ago

issue resolved I needed to first build it with CMake the copy paste yolo_mark.exe from release folder to x64/release also put there opencv_worldxxx.dll then I am good to go,one issue is still there for closing the GUI I have to press ctrl-c in command line,the cross not working. OS windows 10 Visual studio 2019. And thanks for this tool.