We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I used "python get_landmarks.py", I met this error: File "get_landmarks.py", line 43, in preds = preds[-1] IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Just try catch the errors:
try: preds = preds[-1] ... except: print(i,'error:',preds)
Sorry, something went wrong.
@WynMew 谢谢兄弟,咋都没想到是数据集的问题。
No branches or pull requests
when I used "python get_landmarks.py", I met this error:
File "get_landmarks.py", line 43, in
preds = preds[-1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: