opencv_zoo / benchmark /config /human_segmentation_pphumanseg.yaml
Yuantao Feng
Decoupling dataloader and benchmark runner (#16)
0199e9f
raw
history blame
442 Bytes
Benchmark:
name: "Human Segmentation Benchmark"
type: "Base"
data:
path: "benchmark/data/human_segmentation"
files: ["messi5.jpg", "100040721_1.jpg", "detect.jpg"]
sizes: [[192, 192]]
toRGB: True
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "PPHumanSeg"
modelPath: "models/human_segmentation_pphumanseg/human_segmentation_pphumanseg_2021oct.onnx"