terryky / tflite_gles_app

GPU accelerated deep learning inference applications for RaspberryPi / JetsonNano / Linux PC using TensorflowLite GPUDelegate / TensorRT
MIT License
488 stars 130 forks source link

DBFace compile error #32

Closed MyraBaba closed 1 year ago

MyraBaba commented 1 year ago

Hi,

for make DBFACE gives error:

/usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.o: in function create_video_texture': /home/pi/bcwork/tflite_gles_app/common/util_texture.c:259: undefined reference toopen_video_file' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.c:261: undefined reference to get_video_dimension' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.c:262: undefined reference toget_video_pixformat' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.c:265: undefined reference to start_video_decode' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.o: in functionupdate_video_texture': /home/pi/bcwork/tflite_gles_app/common/util_texture.c:277: undefined reference to get_video_dimension' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.c:278: undefined reference toget_video_pixformat' /usr/bin/ld: /home/pi/bcwork/tflite_gles_app/common/util_texture.c:279: undefined reference to `get_video_buffer'

Best

MyraBaba commented 1 year ago

Solution:

add TARGET : make -j4 TARGET_ENV=raspi4

forgot it.

:)

terryky commented 1 year ago

The issue seems to have been solved.