shreyajn commited on
Commit
5fa03c1
1 Parent(s): 91352a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 Person-Foot-Detection found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/foot_track_net/model.py).
 
 
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).