diff --git a/boards/OPENMV_AE3/romfs.json b/boards/OPENMV_AE3/romfs.json index a337b0458..d3d600740 100644 --- a/boards/OPENMV_AE3/romfs.json +++ b/boards/OPENMV_AE3/romfs.json @@ -44,6 +44,12 @@ "alignment": 16, "optimize": "Performance" }, + { + "type": "tflite", + "path": "{TOP}/lib/models/face_landmarks_192.tflite", + "alignment": 16, + "optimize": "Performance" + }, { "type": "tflite", "path": "{TOP}/lib/models/palm_detection_full_192.tflite", diff --git a/boards/OPENMV_N6/romfs.json b/boards/OPENMV_N6/romfs.json index 3b65e9abe..ab4684b6e 100644 --- a/boards/OPENMV_N6/romfs.json +++ b/boards/OPENMV_N6/romfs.json @@ -26,6 +26,12 @@ "alignment": 32, "profile": "default" }, + { + "type": "tflite", + "path": "{TOP}/lib/models/face_landmarks_192.tflite", + "alignment": 32, + "profile": "default" + }, { "type": "tflite", "path": "{TOP}/lib/models/palm_detection_full_192.tflite", diff --git a/lib/models/face_landmarks_192.tflite b/lib/models/face_landmarks_192.tflite new file mode 100644 index 000000000..0d5c19b06 Binary files /dev/null and b/lib/models/face_landmarks_192.tflite differ