-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (26 loc) · 853 Bytes
/
Copy pathconfig.json
File metadata and controls
27 lines (26 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"Yolov8":{
"confThreshold":0.5,
"nmsThreshold":0.5,
"modelpath":"./Weights/yolov8n-face.onnx"
} ,
"MFSTNet":{
"modelpath":"Weights/epochs_84_57.576_out_data.pth",
"label_DFEW":["anger", "surprise", "sad", "happy", "neutral", "disgust", "fear", "contempt"],
"label_self":["Confuse","Bored","Interest","Happy"],
"mean":[0.485, 0.456, 0.406],
"std":[0.229, 0.224, 0.225],
"img_height":224,
"img_wide":224,
"num_class":4,
"forzen_frame":7,
"seed":3047
} ,
"Result_info":{
"Save_Result":false,
"Save_Path":"./result1.mp4",
"Show_Result":true
},
"Video_path":0,
"DEVICE":"cpu"
}