File size: 560 Bytes
d33294b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86cd32d
d33294b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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: "MobileNetV1"
  modelPath: "models/image_classification_mobilenet/image_classification_mobilenetv1_2022apr.onnx"
  labelPath: "models/image_classification_mobilenet/imagenet_labels.txt"