When I was trying to make this project, it returned 1, and said that:
/usr/bin/ld: obj/yolo.o: in function test_yolo4': yolo.c:(.text+0x334a): undefined reference toavg_predictions'
collect2: error: ld returned 1 exit status
make: *** [Makefile:137:darknet] 错误 1
Seems like an easy problem, maybe inputting some words to 'makefile' can work, but I don't know how to fix it...
When I was trying to make this project, it returned 1, and said that: /usr/bin/ld: obj/yolo.o: in function
test_yolo4': yolo.c:(.text+0x334a): undefined reference to
avg_predictions' collect2: error: ld returned 1 exit status make: *** [Makefile:137:darknet] 错误 1Seems like an easy problem, maybe inputting some words to 'makefile' can work, but I don't know how to fix it...