29 lines
640 B
YAML
29 lines
640 B
YAML
schema_version: 1
|
|
name: "project-4cdad308"
|
|
version: "20260804_000209_109_cb390eaf"
|
|
task: cls
|
|
model: "model.rknn"
|
|
target_platform: "rk3588"
|
|
model_family: "yolo8"
|
|
output_contract: "task_specific"
|
|
input:
|
|
width: 320
|
|
height: 320
|
|
format: "rgb"
|
|
layout: "nhwc"
|
|
normalization:
|
|
mean: [0, 0, 0]
|
|
std: [255, 255, 255]
|
|
postprocess:
|
|
adapter: "ultralytics_yolo8_cls"
|
|
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: ["a320", "b737", "other"]
|