You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the instruction as below:
To compile on Windows open yolo_mark.sln in MSVS2019, compile it x64 & Release and run the file: x64/Release/yolo_mark.cmd. Change paths in yolo_mark.sln to the OpenCV 4.1.0 installed on your computer:
(right click on project) -> properties -> C/C++ -> General -> Additional Include Directories: C:\C:\Opencv\opencv-4.1.0\opencv-4.1.0\include
(right click on project) -> properties -> Linker -> General -> Additional Library Directories: C:\Opencv\build\x64
but the error still appear
The text was updated successfully, but these errors were encountered:
I think you got your directories wrong. Check your opencv directories.
(right click on project) -> properties -> C/C++ -> General -> Additional Include Directories: YOUR OPENCV DIR\build\install\include
you should have the file "opencv.hpp" within your include directory
(Linker) YOUR OPENCV DIR\build\install\x64\vc16\lib
you should have the "lib" files within your linker directory.
I think you got your directories wrong. Check your opencv directories.
(right click on project) -> properties -> C/C++ -> General -> Additional Include Directories: YOUR OPENCV DIR\build\install\include
you should have the file "opencv.hpp" within your include directory
(Linker) YOUR OPENCV DIR\build\install\x64\vc16\lib
you should have the "lib" files within your linker directory.
I follow the instruction as below:
To compile on Windows open yolo_mark.sln in MSVS2019, compile it x64 & Release and run the file: x64/Release/yolo_mark.cmd. Change paths in yolo_mark.sln to the OpenCV 4.1.0 installed on your computer:
(right click on project) -> properties -> C/C++ -> General -> Additional Include Directories: C:\C:\Opencv\opencv-4.1.0\opencv-4.1.0\include
(right click on project) -> properties -> Linker -> General -> Additional Library Directories: C:\Opencv\build\x64
but the error still appear
The text was updated successfully, but these errors were encountered: