opencv_zoo / benchmark /config /object_detection_yolox.yaml
ytfeng's picture
Refactor benchmark (#148)
d2b2b68
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