BrainAI-1 commited on
Commit
a385858
·
verified ·
1 Parent(s): d40b455

Update utils/emotion_detection_brainai.py

Browse files
Files changed (1) hide show
  1. utils/emotion_detection_brainai.py +1 -1
utils/emotion_detection_brainai.py CHANGED
@@ -61,7 +61,7 @@ class EmotionModel:
61
 
62
  return boxes
63
 
64
- def detect_emotions(self, img, boxes)
65
  for box in boxes:
66
  xmin, ymin, xmax, ymax = box
67
  emotion_input = uploaded_img_cv[ymin:ymax,xmin:xmax]
 
61
 
62
  return boxes
63
 
64
+ def detect_emotions(self, img, boxes):
65
  for box in boxes:
66
  xmin, ymin, xmax, ymax = box
67
  emotion_input = uploaded_img_cv[ymin:ymax,xmin:xmax]