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 #32

Open
nileshkapse opened this issue Dec 22, 2022 · 0 comments
Open

IndexError: list index out of range #32

nileshkapse opened this issue Dec 22, 2022 · 0 comments

Comments

@nileshkapse
Copy link

IndexError Traceback (most recent call last)
Cell In[24], line 1
----> 1 text = result[0][-2]
2 font = cv2.FONT_HERSHEY_SIMPLEX
3 res = cv2.putText(img, text=text, org=(approx[0][0][0], approx[1][0][1]+60), fontFace=font, fontScale=1, color=(0,255,0), thickness=2, lineType=cv2.LINE_AA)

IndexError: list index out of range

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

1 participant