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

Apache License 2.0
8 stars 0 forks source link

how to use predict.py to predict test video file ? #18

Open chensisi0730 opened 4 years ago

chensisi0730 commented 4 years ago

in youtube , I don't understand the test steps. For example, in the video, the video file is placed in the output directory. The parameter input directory specifies test, and the output directory does not generate coordinates, so I copied it manually from the build step. Last generated result.txt It's the directory name of the input video, not the result of the reasoning. In a word, please explain the steps, thank you for your excellent work

arpita739 commented 3 years ago

Did you found out how to test the model.h5 using predict.py?

trumpiter-max commented 3 years ago

Hi, i found error when try to use predict.py: UnboundLocalError: local variable 'batch_outputs' referenced before assignment Any one can help me?