rabBit64 / Sign-language-recognition-with-RNN-and-Mediapipe

Apache License 2.0
8 stars 0 forks source link

Error compiling mediapipe with custom file #3

Open cassioalmeidas opened 4 years ago

cassioalmeidas commented 4 years ago

when I try to compile mediapipe it displays error messages with:

error: undefined reference to 'input_video_new [abi: cxx11]'

Captura de Tela_Área de Seleção_20200112211307

could you help me please?

KJongUk commented 4 years ago

We revised the version with multi hand tracking so instead of using tflite_tensors_to_landmarks_calculator.cc, how about trying with 3 new files in modified_mediapipe?

cassioalmeidas commented 4 years ago

We revised the version with multi hand tracking so instead of using tflite_tensors_to_landmarks_calculator.cc, how about trying with 3 new files in modified_mediapipe?

same problem: Captura de Tela_Área de Seleção_20200120214721

KJongUk commented 4 years ago

Currently, our environment is MacOS with CPU. We will notify you as soon as the GPU test is complete, thank you.

thanhsang298 commented 4 years ago

We revised the version with multi hand tracking so instead of using tflite_tensors_to_landmarks_calculator.cc, how about trying with 3 new files in modified_mediapipe?

same problem: Captura de Tela_Área de Seleção_20200120214721

How do you compile the folder "modified_mediapipe"? Please help me, tks :D

cassioalmeidas commented 4 years ago

@thanhsang298 you must not compile this folder, these files must be replaced in mediapipe, see the manual for how to do it.

thanhsang298 commented 4 years ago

@thanhsang298 you must not compile this folder, these files must be replaced in mediapipe, see the manual for how to do it.

thank you, I got the txt file :D