JustinShenk / fer

Facial Expression Recognition with a deep neural network as a PyPI package
MIT License
350 stars 80 forks source link

IndexError: list index out of range #17

Closed Roiinbarr closed 3 years ago

Roiinbarr commented 3 years ago

line 302, in top_emotion top_emotion = top_emotions[0] IndexError: list index out of range

I am using the the top_emotion and detect_emotions functions but on some of the videos I get this Error, anything I can do to solve this ?

JustinShenk commented 3 years ago

Can you share a video where that happens to shenkjustin@gmail.com?

JustinShenk commented 3 years ago

Closing issue due to inactivity