boards: Add fast depth estimation model.

This commit is contained in:
Kwabena W. Agyeman 2025-10-04 21:21:50 -07:00
parent 2783fec7c2
commit 49a017eafd
3 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,12 @@
"alignment": 16,
"optimize": "Performance"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/fast_depth_224.tflite",
"alignment": 16,
"optimize": "Performance"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/blazeface_front_128.tflite",

View File

@ -20,6 +20,12 @@
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/fast_depth_224.tflite",
"alignment": 32,
"profile": "default"
},
{
"type": "tflite",
"path": "{TOP}/lib/models/blazeface_front_128.tflite",

Binary file not shown.