AlexeyAB/Yolo_mark

installation issue on windows

myounus96 opened this issue · 1 comments

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

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.