opencv_zoo / benchmark /config /image_classification_ppresnet.yaml
Yuantao Feng
update ONNX opset version of PP-ResNet50 to 11 (#37)
2074f99
raw
history blame
554 Bytes
Benchmark:
name: "Image Classification Benchmark"
type: "Classification"
data:
path: "benchmark/data/image_classification"
files: ["coffee_mug.jpg", "umbrella.jpg", "wall_clock.jpg"]
sizes: [[256, 256]]
toRGB: True
centerCrop: 224
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "PPResNet"
modelPath: "models/image_classification_ppresnet/image_classification_ppresnet50_2022jan.onnx"
labelPath: "models/image_classification_ppresnet/imagenet_labels.txt"