sign-language-character-recognition
sign-language-character-recognition copied to clipboard
python prediction.py issue
Can you pls share save_vgg_model.h5 file
OSError: Unable to open file (unable to open file: name = 'save_vgg_model.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
It's an old repo. I don't remember much of it. Will look into it when I get time.
As far as I can remember save_vgg_model.h5 is the file that contains final weights that obtained after training. The pre-trained weights which were used for training can be found here.