AlexeyAB / yolo-windows

a yolo windows version(for object detection)
71 stars 58 forks source link

OpenCV 3.3 Compile Errors #8

Open TylerTrahan opened 6 years ago

TylerTrahan commented 6 years ago

Using CUDA 8.0 and Visual Studio 2015, OpenCV 3.3.0:

Anyone else having this error when compiling?

cannot open source file 'opencv2/highgui/highgui_c.h' cannot open source file 'opencv2/imgproc/imgproc_c.h'

I've set the additional directories in the project settings and the linker.

AweSwan commented 6 years ago

OK, made a darknet.exe - I used latest Cuda 9.1, opencv 2.4.9 vs 2015. Hopefully it runs and does what it is supposed to do.

TylerTrahan commented 6 years ago

I was able to compile after reinstalling OpenCV with 2.4.9. The file paths in OpenCV 3.3.0 are different.