mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards: Add facial landmark model.
This commit is contained in:
parent
a0d5cb3cb4
commit
0e12cec866
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
BIN
lib/models/face_landmarks_192.tflite
Normal file
BIN
lib/models/face_landmarks_192.tflite
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user