digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

fatal error: option_list.h: No such file or directory #49

Open sirinferhat opened 5 years ago

sirinferhat commented 5 years ago

When i use make command for makefile in yolomex, i got the error below. gcc -DGPU -I/"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include" -Wall -Wfatal-errors -Wno-unused-result -fPIC -I./yolomex/darknet/src -I./yolomex/darknet/include -Ofast -DGPU -c libyolo.c -o obj/libyolo.o libyolo.c:5:10: fatal error: option_list.h: No such file or directory

include "option_list.h"

      ^~~~~~~~~~~~~~~

compilation terminated. make: *** [obj/libyolo.o]

What should i do to solve this error i have no idea.

C:\Program Files\MATLAB\R2018a\bin\yolomex>make i'm not sure about this statement in makefile: -I/"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include" is it right? is it right?