File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/vision/ai_vision
projects/app_face_emotion Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ detect_conf_th = 0.5
4545detect_iou_th = 0.45
4646emotion_conf_th = 0.5
4747max_face_num = - 1
48- crop_scale = 1.2
48+ crop_scale = 0.9
4949
5050# detect face model
5151detector = nn.YOLOv8(model = " /root/models/yolov8n_face.mud" , dual_buff = False )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ detect_conf_th = 0.5
4747detect_iou_th = 0.45
4848emotion_conf_th = 0.5
4949max_face_num = - 1
50- crop_scale = 1.2
50+ crop_scale = 0.9
5151
5252# detect face model
5353detector = nn.YOLOv8(model = " /root/models/yolov8n_face.mud" , dual_buff = False )
Original file line number Diff line number Diff line change 44detect_iou_th = 0.45
55emotion_conf_th = 0.5
66max_face_num = - 1
7- crop_scale = 1.2
7+ crop_scale = 0.9
88
99# detect face model
1010detector = nn .YOLOv8 (model = "/root/models/yolov8n_face.mud" , dual_buff = False )
Original file line number Diff line number Diff line change 11id : face_emotion
22name : Face Emotion
33name[zh] : 人脸情绪
4- version : 1.0.0
4+ version : 1.0.1
55icon : icon.png
66author : neucrack@Sipeed Ltd
77desc : Detect face emotion
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def main(disp):
1818 detect_iou_th = 0.45
1919 emotion_conf_th = 0.5
2020 max_face_num = - 1
21- crop_scale = 1.2
21+ crop_scale = 0.9
2222
2323 # detect face model
2424 detector = nn .YOLOv8 (model = "/root/models/yolov8n_face.mud" , dual_buff = False )
You can’t perform that action at this time.
0 commit comments