thoughtworksarts / EmoPy

A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
https://thoughtworksarts.io/blog/emopy-emotional-expression-toolkit/
GNU Affero General Public License v3.0
919 stars 264 forks source link

images.ndim = 1 with my own dataset #78

Closed meher-mankikar closed 3 years ago

meher-mankikar commented 3 years ago

Hello,

I am trying to test this with my own dataset of images, but I am getting the error "ValueError: Channel Axis should have value". I checked at images.ndim seems to be 1. Why could this be?

Thanks in advance..