You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "recogniseGesture.py", line 68, in
recognise(clustering_model,classification_model)
File "recogniseGesture.py", line 16, in recognise
gestures = ipu.get_all_gestures()
File "D:\Indian-sign-language-recognition-master\imagePreprocessingUtils.py", line 108, in get_all_gestures
im_tile = concat_tile(gestures, (5, 7))
File "D:\Indian-sign-language-recognition-master\imagePreprocessingUtils.py", line 126, in concat_tile
imgs.append(im_list_2d[count])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "recogniseGesture.py", line 68, in
recognise(clustering_model,classification_model)
File "recogniseGesture.py", line 16, in recognise
gestures = ipu.get_all_gestures()
File "D:\Indian-sign-language-recognition-master\imagePreprocessingUtils.py", line 108, in get_all_gestures
im_tile = concat_tile(gestures, (5, 7))
File "D:\Indian-sign-language-recognition-master\imagePreprocessingUtils.py", line 126, in concat_tile
imgs.append(im_list_2d[count])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: