Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ tags:
|
|
15 |
# Person-Foot-Detection: Optimized for Mobile Deployment
|
16 |
## Multi-task Human detector
|
17 |
|
|
|
18 |
FootTrackNet can detect person and face bounding boxes, head and feet landmark locations and feet visibility.
|
19 |
|
20 |
-
This model is an implementation of
|
|
|
|
|
21 |
This repository provides scripts to run Person-Foot-Detection on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/foot_track_net).
|
|
|
15 |
# Person-Foot-Detection: Optimized for Mobile Deployment
|
16 |
## Multi-task Human detector
|
17 |
|
18 |
+
|
19 |
FootTrackNet can detect person and face bounding boxes, head and feet landmark locations and feet visibility.
|
20 |
|
21 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/foot_track_net/model.py).
|
22 |
+
|
23 |
+
|
24 |
This repository provides scripts to run Person-Foot-Detection on Qualcomm® devices.
|
25 |
More details on model performance across various devices, can be found
|
26 |
[here](https://aihub.qualcomm.com/models/foot_track_net).
|