opencv_zoo / benchmark /config /facial_expression_recognition.yaml
ytfeng's picture
Add model file collector, fix some bugs and add some features (#123)
39d77a4
raw
history blame
436 Bytes
Benchmark:
name: "Facial Expression Recognition Benchmark"
type: "Recognition"
data:
path: "data/facial_expression_recognition/fer_evaluation"
files: ["RAF_test_0_61.jpg", "RAF_test_0_30.jpg", "RAF_test_6_25.jpg"]
metric: # 'sizes' is omitted since this model requires input of fixed size
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "FacialExpressionRecog"