AlexeyAB / yolo-windows

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

How can I use it without GPU #4

Open Johnson-yue opened 7 years ago

Johnson-yue commented 7 years ago

hello guys, I know the GPU is very very good at YOLO, but.... I want to know how compiler it without GPU. When I delete GPU in precompiler, it will show a lot of error such as "identifier BLOCK is undefined" and "check_error" is undefined and so on.

anas-899 commented 7 years ago

@Johnson-yue you should remove all .cu files from the solution except "yolo_kernels.cu" then build again and everything will be OK

of course you should remove GPU flag from Preprocessor Definitions