You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
Intel NUC
[Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
x86_64
[Required] Your OS (Raspbian, Ubuntu1604, or other os name):
Ubuntu 16.04
[Required] Details of the work you did before the problem occurred:
Ran the program as is with 1(one) NCS(not the NCS2) [Required] Error message:
Emotion output is (0,0) [Required] Overview of problems and questions:
Just curious if it is supposed to detect emotion on more than one face. When two people are in frame only one person gets an emotion recognized. While looking through your code it looks like it should go through the list of faces and detect emotion on them all but maybe I'm misreading it.
Thanks for any insight!
The text was updated successfully, but these errors were encountered:
I have found the solution. I rewrote it so it was easier for me to understand but basically the face detection model outputs an array and every 7 values is for one face. The third value in every set of 7 is the probability of it being a face so I loop through the array by 7 and get the face values.
[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
Intel NUC
[Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
x86_64
[Required] Your OS (Raspbian, Ubuntu1604, or other os name):
Ubuntu 16.04
[Required] Details of the work you did before the problem occurred:
Ran the program as is with 1(one) NCS(not the NCS2)
[Required] Error message:
Emotion output is (0,0)
[Required] Overview of problems and questions:
Just curious if it is supposed to detect emotion on more than one face. When two people are in frame only one person gets an emotion recognized. While looking through your code it looks like it should go through the list of faces and detect emotion on them all but maybe I'm misreading it.
Thanks for any insight!
The text was updated successfully, but these errors were encountered: