xhuvom / FaceID

An implementation of YOLO v2 for direct facial recognition within detection layer.
Other
159 stars 80 forks source link

undefined reference to `save_image_jpg' #12

Closed tombrown86 closed 5 years ago

tombrown86 commented 5 years ago

I seem to get this error when I try to make....

Can't see why... Noone else had this?

obj/image.o: In function draw_detections': image.c:(.text+0x1d181): undefined reference tosave_image_jpg'

thanks

tombrown86 commented 5 years ago

Ah I had to set OPENCV=1 in Makefile :)