openmv/boards/OPENMV_N6/romfs.json
iabdalkader c89e2c33a3 boards: Add OPENMV_N6 board.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-19 16:24:33 +02:00

26 lines
503 B
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_v2_224_small.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/yolo_v5_224_nano.tflite",
"alignment": 32,
"profile": "default"
}
]
}
}