asingh33 / CNNGestureRecognizer

Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV
MIT License
977 stars 357 forks source link

TypeError: Indexing elements must be in increasing order #83

Closed TruthZZ closed 2 years ago

TruthZZ commented 2 years ago

Hello, When I try to load hdf5 file on Windows, occurred: TypeError: Indexing elements must be in increasing order. I've already set "KERAS_BACKEND=tensorflow". Is this error related to package versions?

Originally posted by @TruthZZ in https://github.com/asingh33/CNNGestureRecognizer/issues/59#issuecomment-1155109061

TruthZZ commented 2 years ago

Problem solved refering to this: https://github.com/asingh33/CNNGestureRecognizer/issues/59#issuecomment-1155109061