opencv_zoo / benchmark /config /image_classification_mobilenet.yaml
ytfeng's picture
Add model file collector, fix some bugs and add some features (#123)
39d77a4
raw
history blame
376 Bytes
Benchmark:
name: "Image Classification Benchmark"
type: "Classification"
data:
path: "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: "MobileNet"