Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #5

Open
Harish-sy opened this issue Jan 21, 2021 · 1 comment
Open

IndexError: list index out of range #5

Harish-sy opened this issue Jan 21, 2021 · 1 comment

Comments

@Harish-sy
Copy link

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

@poojaaap
Copy link

poojaaap commented Nov 8, 2021

Did you find the solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants