nicknochnack / ActionDetectionforSignLanguage

A practical implementation of sign language estimation using an LSTM NN built on TF Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rmwvamp opened this issue · comments

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

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.