29 lines
642 B
YAML
29 lines
642 B
YAML
schema_version: 1
|
|
name: "project-1dbe7e50"
|
|
version: "20260806_001536_536_a2bb56fb"
|
|
task: seg
|
|
model: "model.rknn"
|
|
target_platform: "rk3588"
|
|
model_family: "yolo8"
|
|
output_contract: "task_specific"
|
|
input:
|
|
width: 1280
|
|
height: 1280
|
|
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: ["tilt", "back", "front"]
|