While make the darknet yolov3 (without any support like GPU or openCV) still I am getting the following error can anyone tell me how to resolve this?
_libdarknet.a(image.o): In function load_image':
image.c:(.text+0x3043c): undefined reference toload_image_cv'
libdarknet.a(image.o): In function show_image':
image.c:(.text+0x27db1): undefined reference toshow_image_cv'
libdarknet.a(demo.o): In function fetch_in_thread':
demo.c:(.text+0x58): undefined reference toget_image_from_stream'
libdarknet.a(demo.o): In function demo':
demo.c:(.text+0x98a): undefined reference toopen_video_stream'
demo.c:(.text+0x9aa): undefined reference to get_image_from_stream'
demo.c:(.text+0xd14): undefined reference toopen_video_stream'
demo.c:(.text+0xd59): undefined reference to `make_window'
collect2: error: ld returned 1 exit status
Makefile:77: recipe for target 'darknet' failed_
Can you paste your Makefile here?
Its got solved. Thanks a lot.
@spaul13 hello ,How did you solve it
Most helpful comment
@spaul13 hello ,How did you solve it