Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion models/models-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- face-detection:
runner: brick
name : "Lightweight-Face-Detection"
description: "Face bounding box detection. This model is trained on the WIDER FACE dataset and can detect faces in images."
description: "A small and accurate model for detecting bounding boxes for faces in images."
model_configuration:
"EI_OBJ_DETECTION_MODEL": "/models/ootb/ei/lw-face-det.eim"
model_labels:
Expand All @@ -13,6 +13,8 @@ models:
metadata:
source: "qualcomm-ai-hub"
ei-gpu-mode: false
ei-project-id: 830703
ei-model-url: "https://studio.edgeimpulse.com/public/830703/live"
source-model-id: "face-det-lite"
source-model-url: "https://aihub.qualcomm.com/models/face_det_lite"
- yolox-object-detection:
Expand Down