29 lines
1.4 KiB
YAML

schema_version: 1
name: "yolov8n"
version: "1.0.0"
task: detect
model: "yolov8n.rknn"
target_platform: "rk3588"
model_family: "yolo8"
output_contract: "anchor_matrix_xywh_scores"
input:
width: 640
height: 640
format: "rgb"
layout: "nhwc"
normalization:
mean: [0, 0, 0]
std: [255, 255, 255]
postprocess:
adapter: "ultralytics_yolo8_detect"
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: ["person", "bicycle", "car", "motorcycle", "airplane", "bus", "train", "truck", "boat", "traffic light", "fire hydrant", "stop sign", "parking meter", "bench", "bird", "cat", "dog", "horse", "sheep", "cow", "elephant", "bear", "zebra", "giraffe", "backpack", "umbrella", "handbag", "tie", "suitcase", "frisbee", "skis", "snowboard", "sports ball", "kite", "baseball bat", "baseball glove", "skateboard", "surfboard", "tennis racket", "bottle", "wine glass", "cup", "fork", "knife", "spoon", "bowl", "banana", "apple", "sandwich", "orange", "broccoli", "carrot", "hot dog", "pizza", "donut", "cake", "chair", "couch", "potted plant", "bed", "dining table", "toilet", "tv", "laptop", "mouse", "remote", "keyboard", "cell phone", "microwave", "oven", "toaster", "sink", "refrigerator", "book", "clock", "vase", "scissors", "teddy bear", "hair drier", "toothbrush"]