nicknochnack / ActionDetectionforSignLanguage

A practical implementation of sign language estimation using an LSTM NN built on TF Keras.
410 stars 253 forks source link

On running the entire code, my final Open CV Feed becomes Not Responding #7

Closed rmwvamp closed 2 years ago

rmwvamp commented 2 years ago

I have tried to run the complete code 3 times, every time my final Open CV Feed becomes not responding. image My PC Specs are:- 1- i7 11th gen 2- NVIDIA Geforce GTX

rmwvamp commented 2 years ago

Solved! I was making a dumb mistake.

I wasn't loading my model. By successfully running model.load_weights('action.h5'), i was then able to make my real-time interface work.