Skip to content

Commit b1568e4

Browse files
jamesxyyepicoEE-LiuYunhao
authored andcommitted
add source for models used in samples
Change-Id: Iae1b881740cc511c145bb8f0a9748ebdb76291ec
1 parent 3122de8 commit b1568e4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# SecureMR Samples
22

3-
Samples for SecureMR.
3+
## Samples for SecureMR.
44

55
| Face tracking | Pose estimation | YOLO |
66
|:-------------:|:---------------:|:----:|
77
| ![Face tracking Demo](docs/Demo-UFO.gif) | ![Pose estimation demo](docs/Demo-Pose.gif) | ![YOLO demo](docs/Demo-YOLO.gif) |
88

9+
## Models Used in Samples
10+
11+
| Demo | Model | Source |
12+
|------|-------|--------|
13+
| UFO (Face Detection) | MediaPipe Face Detection | [Qualcomm AI Hub - MediaPipe Face Detection](https://aihub.qualcomm.com/models/mediapipe_face?searchTerm=face) |
14+
| Pose (Pose Estimation) | MediaPipe Pose Landmarker | [Google AI Edge - Pose Landmark Detection](https://ai.google.dev/edge/mediapipe/solutions/vision/pose_landmarker#models) |
15+
| YOLO (Object Detection) | YOLOv11 Detection | [Qualcomm AI Hub - YOLOv11 Detection](https://aihub.qualcomm.com/models/yolov11_det?searchTerm=yolo) |
16+
917
## Project aims
1018

1119
The projects demonstrates the functionalities and usage of

0 commit comments

Comments
 (0)