mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"0": {
|
|
"size": "0x20000",
|
|
"entries": [
|
|
{
|
|
"type": "tflite",
|
|
"path": "{TOP}/lib/models/fomo_face_detection.tflite",
|
|
"alignment": 16,
|
|
"optimize": "Performance"
|
|
},
|
|
{
|
|
"type": "haar",
|
|
"path": "{TOP}/lib/haar/haarcascade_eye.xml",
|
|
"stages": 0
|
|
},
|
|
{
|
|
"type": "haar",
|
|
"path": "{TOP}/lib/haar/haarcascade_frontalface.xml",
|
|
"stages": 0
|
|
}
|
|
]
|
|
}
|
|
}
|