File size: 361 Bytes
099d157 | 1 2 3 4 5 6 7 | 1 - Start
2 - Imports...
3 - Importing Face Model...
4 - Generating Zero Frame...
5 - Executing predict_emotion...
6 - Done: {'emotion': 'Happy', 'confidence': 14.99, 'probabilities': {'Angry': 14.25, 'Disgust': 13.67, 'Fear': 14.4, 'Happy': 14.99, 'Sad': 14.46, 'Surprise': 13.94, 'Neutral': 14.28}, 'engagement_score': 24.99, 'provider': 'PyTorch CNN'}
|