File size: 330 Bytes
2f51e17 1de84b1 2f51e17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"input_format": "RGB numpy.ndarray uint8",
"frame_shape": "(height, width, 3)",
"mediapipe_max_input_width": 640,
"target_size": 224,
"clip_size": 8,
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"roi_strategy": "yolo_crop_with_full_frame_fallback"
}
|