File size: 342 Bytes
bbe6825 39d77a4 bbe6825 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Benchmark:
name: "Object Detection Benchmark"
type: "Detection"
data:
path: "data/object_detection"
files: ["1.png", "2.png", "3.png"]
sizes:
- [640, 640]
metric:
warmup: 30
repeat: 10
backend: "default"
target: "cpu"
Model:
name: "YoloX"
confThreshold: 0.35
nmsThreshold: 0.5
objThreshold: 0.5
|