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: "MobileNetV2" modelPath: "models/image_classification_mobilenet/image_classification_mobilenetv2_2022apr.onnx"