29 lines
594 B
YAML
29 lines
594 B
YAML
schema_version: 1
|
|
name: "model"
|
|
version: "1.0.0"
|
|
task: seg
|
|
model: "model.rknn"
|
|
target_platform: "rk3588"
|
|
model_family: "yolo8"
|
|
output_contract: "task_specific"
|
|
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"]
|