Skip to content

Commit 6a8087b

Browse files
authored
feat: update lw face detection NN (#40)
1 parent 0df61af commit 6a8087b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Binary file not shown.
Binary file not shown.

models/models-list.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ models:
22
- face-detection:
33
runner: brick
44
name : "Lightweight-Face-Detection"
5-
description: "Face bounding box detection. This model is trained on the WIDER FACE dataset and can detect faces in images."
5+
description: "A small and accurate model for detecting bounding boxes for faces in images."
66
model_configuration:
77
"EI_OBJ_DETECTION_MODEL": "/models/ootb/ei/lw-face-det.eim"
88
model_labels:
@@ -13,6 +13,8 @@ models:
1313
metadata:
1414
source: "qualcomm-ai-hub"
1515
ei-gpu-mode: false
16+
ei-project-id: 830703
17+
ei-model-url: "https://studio.edgeimpulse.com/public/830703/live"
1618
source-model-id: "face-det-lite"
1719
source-model-url: "https://aihub.qualcomm.com/models/face_det_lite"
1820
- yolox-object-detection:

0 commit comments

Comments
 (0)