Tune two-stage sample for RK3588 stability
This commit is contained in:
parent
41b765de0b
commit
29a5401300
@ -37,7 +37,7 @@
|
||||
"type": "ai_yolo",
|
||||
"role": "filter",
|
||||
"enable": true,
|
||||
"infer_fps": 5,
|
||||
"infer_fps": 3,
|
||||
"model_path": "./models/yolov8n-640.rknn",
|
||||
"model_version": "v8",
|
||||
"model_w": 640,
|
||||
@ -63,19 +63,19 @@
|
||||
"type": "ai_shoe_det",
|
||||
"role": "filter",
|
||||
"enable": true,
|
||||
"infer_fps": 3,
|
||||
"infer_fps": 1,
|
||||
"model_path": "./models/shoe_detector_openimages_ppe_v1.rknn",
|
||||
"model_w": 640,
|
||||
"model_h": 640,
|
||||
"conf": 0.35,
|
||||
"conf": 0.45,
|
||||
"nms": 0.45,
|
||||
"append_detections": true,
|
||||
"dynamic_roi": {
|
||||
"enable": true,
|
||||
"person_class_id": 0,
|
||||
"shoe_class_id": 1,
|
||||
"max_rois": 6,
|
||||
"min_person_height": 80,
|
||||
"max_rois": 2,
|
||||
"min_person_height": 120,
|
||||
"x_offset": -0.15,
|
||||
"y_offset": 0.72,
|
||||
"width_scale": 1.30,
|
||||
@ -88,7 +88,8 @@
|
||||
"role": "filter",
|
||||
"enable": true,
|
||||
"draw_bbox": true,
|
||||
"draw_text": true,
|
||||
"draw_text": false,
|
||||
"use_rga_bbox": false,
|
||||
"labels": ["person", "shoe"]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user