25 lines
513 B
YAML
25 lines
513 B
YAML
schema_version: 1
|
|
name: "model_20260712T020258_0000_6339d04b"
|
|
version: "1.0.0"
|
|
task: cls
|
|
model: "model.rknn"
|
|
target_platform: "rk3588"
|
|
input:
|
|
width: 320
|
|
height: 320
|
|
format: "rgb"
|
|
layout: "nhwc"
|
|
normalization:
|
|
mean: [0, 0, 0]
|
|
std: [255, 255, 255]
|
|
postprocess:
|
|
adapter: "ultralytics_yolov8_cls"
|
|
confidence_threshold: 0.25
|
|
nms_threshold: 0.45
|
|
class_agnostic_nms: false
|
|
validation:
|
|
confidence_tolerance: 0.05
|
|
bbox_iou_threshold: 0.9
|
|
obb_angle_tolerance_deg: 2
|
|
labels: ["a320", "b737"]
|