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

video data process error! #3

Open
CodingMice opened this issue Oct 29, 2019 · 2 comments
Open

video data process error! #3

CodingMice opened this issue Oct 29, 2019 · 2 comments

Comments

@CodingMice
Copy link

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

@WynMew
Copy link

WynMew commented Nov 7, 2019

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

Just try catch the errors:

try:
    preds = preds[-1]
    ...
except:
    print(i,'error:',preds)

@jjandnn
Copy link

jjandnn commented Nov 7, 2019

@WynMew 谢谢兄弟,咋都没想到是数据集的问题。

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

3 participants