muhammadhaerul / App-FacialEmotionDetection

Humans have an ability to recognize and distinguish between faces. Now computers are able to do the same with the help of AI system! So what does this website do? Emotion Detection can classifying the emotion on your facial expression as happy, angry, sad, neutral, surprise, disgust or fear. Try yours by checking the camera below or upload your pic
2 stars 5 forks source link

variable gray_roi becomes undefined #3

Open souravsingh09 opened 1 year ago

souravsingh09 commented 1 year ago

After some time of execution, I am encountering an issue where the variable gray_roi becomes undefined. gray_roi = cv.matFromImageData(imgData);

fnilvuwu commented 1 year ago

try out the latest release and tell if the issue still persist