chineseocr / darknet-ocr

darknet text detect and darknet cnn ocr
MIT License
1.14k stars 285 forks source link

ubutu 16.04 make return error #33

Closed ahghygy closed 4 years ago

ahghygy commented 4 years ago

cd darknet && cp Makefile-GPU Makefile && make make: *** No rule to make target 'obj', needed by 'all'. Stop.

meichuanneiku commented 4 years ago

修改94-99行 取消注释就能编译成功了

jnkr36 commented 4 years ago

Makefile中注释的这几行打开

obj:

mkdir -p obj

backup:

mkdir -p backup

results:

mkdir -p results

ahghygy commented 4 years ago

已经解决了,多谢帮助。