openmv/boards/OPENMV_N6/romfs.json
2025-10-18 21:27:14 -07:00

50 lines
1.1 KiB
JSON

{
"0": {
"size": "0x1800000",
"entries": [
{
"type": "tflite",
"path": "{TOP}/lib/models/fomo_face_detection.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/yolo_lc_192.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/yolo_v2_224_small.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/yolo_v5_224_nano.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/blazeface_front_128.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/palm_detection_full_192.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/hand_landmarks_full_224.tflite",
"alignment": 32,
"profile": "default"
}
]
}
}