2026-08-04 14:23:07 +08:00

31 lines
713 B
YAML

schema_version: 1
name: "export_20260728_235423_003835"
version: "1.0.0"
task: seg
model: "export_20260728_235423_003835.onnx"
target_platform: "windows-x64"
model_family: "yolo8"
output_contract: "task_specific"
runtime:
backend_library: "../../lib/yolo_backend_onnx_cpu.dll"
input:
width: 1024
height: 1024
format: "rgb"
layout: "nhwc"
normalization:
mean: [0, 0, 0]
std: [255, 255, 255]
postprocess:
adapter: "ultralytics_yolo8_seg"
confidence_threshold: 0.25
nms_threshold: 0.45
class_agnostic_nms: false
validation:
confidence_tolerance: 0.05
bbox_iou_threshold: 0.9
bbox_edge_tolerance_px: 4
obb_angle_tolerance_deg: 2
pose_keypoint_tolerance_px: 8
labels: ["class_0"]