Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
## Multi-task Human detector
|
15 |
|
16 |
|
17 |
-
|
18 |
|
19 |
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).
|
20 |
|
@@ -36,29 +36,29 @@ More details on model performance across various devices, can be found
|
|
36 |
|
37 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
39 |
-
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE |
|
40 |
-
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 5.
|
41 |
-
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX | 5.
|
42 |
-
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 3.
|
43 |
-
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 3.
|
44 |
-
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX |
|
45 |
-
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 3.
|
46 |
-
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 3.
|
47 |
-
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 3.
|
48 |
-
| Person-Foot-Detection | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 4.
|
49 |
-
| Person-Foot-Detection | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 4.
|
50 |
-
| Person-Foot-Detection | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 5.
|
51 |
-
| Person-Foot-Detection | SA8255 (Proxy) | SA8255P Proxy | QNN | 4.
|
52 |
-
| Person-Foot-Detection | SA8775 (Proxy) | SA8775P Proxy | TFLITE | 4.
|
53 |
-
| Person-Foot-Detection | SA8775 (Proxy) | SA8775P Proxy | QNN | 4.
|
54 |
-
| Person-Foot-Detection | SA8650 (Proxy) | SA8650P Proxy | TFLITE |
|
55 |
-
| Person-Foot-Detection | SA8650 (Proxy) | SA8650P Proxy | QNN | 4.
|
56 |
-
| Person-Foot-Detection | SA8295P ADP | SA8295P | TFLITE | 8.
|
57 |
-
| Person-Foot-Detection | SA8295P ADP | SA8295P | QNN |
|
58 |
-
| Person-Foot-Detection | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 7.
|
59 |
-
| Person-Foot-Detection | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 7.
|
60 |
-
| Person-Foot-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 5.
|
61 |
-
| Person-Foot-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 5.
|
62 |
|
63 |
|
64 |
|
@@ -122,8 +122,8 @@ Profiling Results
|
|
122 |
Person-Foot-Detection
|
123 |
Device : Samsung Galaxy S23 (13)
|
124 |
Runtime : TFLITE
|
125 |
-
Estimated inference time (ms) :
|
126 |
-
Estimated peak memory usage (MB): [5,
|
127 |
Total # Ops : 135
|
128 |
Compute Unit(s) : NPU (135 ops)
|
129 |
```
|
|
|
14 |
## Multi-task Human detector
|
15 |
|
16 |
|
17 |
+
Real-time multiple person detection with accurate feet localization optimized for mobile and edge.
|
18 |
|
19 |
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).
|
20 |
|
|
|
36 |
|
37 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
39 |
+
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 4.944 ms | 5 - 6 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
40 |
+
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 5.062 ms | 4 - 11 MB | FP16 | NPU | [Person-Foot-Detection.so](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.so) |
|
41 |
+
| Person-Foot-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX | 5.472 ms | 14 - 18 MB | FP16 | NPU | [Person-Foot-Detection.onnx](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.onnx) |
|
42 |
+
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 3.443 ms | 0 - 58 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
43 |
+
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 3.564 ms | 0 - 21 MB | FP16 | NPU | [Person-Foot-Detection.so](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.so) |
|
44 |
+
| Person-Foot-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX | 4.096 ms | 20 - 88 MB | FP16 | NPU | [Person-Foot-Detection.onnx](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.onnx) |
|
45 |
+
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 3.601 ms | 0 - 29 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
46 |
+
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 3.635 ms | 0 - 18 MB | FP16 | NPU | Use Export Script |
|
47 |
+
| Person-Foot-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 3.869 ms | 19 - 54 MB | FP16 | NPU | [Person-Foot-Detection.onnx](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.onnx) |
|
48 |
+
| Person-Foot-Detection | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 4.893 ms | 5 - 43 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
49 |
+
| Person-Foot-Detection | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 4.778 ms | 4 - 5 MB | FP16 | NPU | Use Export Script |
|
50 |
+
| Person-Foot-Detection | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 5.038 ms | 5 - 56 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
51 |
+
| Person-Foot-Detection | SA8255 (Proxy) | SA8255P Proxy | QNN | 4.845 ms | 4 - 8 MB | FP16 | NPU | Use Export Script |
|
52 |
+
| Person-Foot-Detection | SA8775 (Proxy) | SA8775P Proxy | TFLITE | 4.95 ms | 5 - 127 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
53 |
+
| Person-Foot-Detection | SA8775 (Proxy) | SA8775P Proxy | QNN | 4.914 ms | 4 - 5 MB | FP16 | NPU | Use Export Script |
|
54 |
+
| Person-Foot-Detection | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 5.01 ms | 4 - 7 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
55 |
+
| Person-Foot-Detection | SA8650 (Proxy) | SA8650P Proxy | QNN | 4.948 ms | 4 - 6 MB | FP16 | NPU | Use Export Script |
|
56 |
+
| Person-Foot-Detection | SA8295P ADP | SA8295P | TFLITE | 8.458 ms | 5 - 32 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
57 |
+
| Person-Foot-Detection | SA8295P ADP | SA8295P | QNN | 8.814 ms | 0 - 6 MB | FP16 | NPU | Use Export Script |
|
58 |
+
| Person-Foot-Detection | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 7.095 ms | 5 - 60 MB | FP16 | NPU | [Person-Foot-Detection.tflite](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.tflite) |
|
59 |
+
| Person-Foot-Detection | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 7.526 ms | 4 - 28 MB | FP16 | NPU | Use Export Script |
|
60 |
+
| Person-Foot-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 5.363 ms | 4 - 4 MB | FP16 | NPU | Use Export Script |
|
61 |
+
| Person-Foot-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 5.875 ms | 17 - 17 MB | FP16 | NPU | [Person-Foot-Detection.onnx](https://huggingface.co/qualcomm/Person-Foot-Detection/blob/main/Person-Foot-Detection.onnx) |
|
62 |
|
63 |
|
64 |
|
|
|
122 |
Person-Foot-Detection
|
123 |
Device : Samsung Galaxy S23 (13)
|
124 |
Runtime : TFLITE
|
125 |
+
Estimated inference time (ms) : 4.9
|
126 |
+
Estimated peak memory usage (MB): [5, 6]
|
127 |
Total # Ops : 135
|
128 |
Compute Unit(s) : NPU (135 ops)
|
129 |
```
|