Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ More details on model performance across various devices, can be found
|
|
34 |
|
35 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
36 |
| ---|---|---|---|---|---|---|---|
|
37 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite |
|
38 |
|
39 |
|
40 |
## Installation
|
@@ -95,9 +95,9 @@ python -m qai_hub_models.models.detr_resnet50.export
|
|
95 |
```
|
96 |
Profile Job summary of DETR-ResNet50
|
97 |
--------------------------------------------------
|
98 |
-
Device: Samsung Galaxy
|
99 |
-
Estimated Inference Time:
|
100 |
-
Estimated Peak Memory Range:
|
101 |
Compute Units: CPU (889) | Total (889)
|
102 |
|
103 |
|
@@ -217,7 +217,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
|
|
217 |
## License
|
218 |
- The license for the original implementation of DETR-ResNet50 can be found
|
219 |
[here](https://github.com/facebookresearch/detr/blob/main/LICENSE).
|
220 |
-
- The license for the compiled assets for on-device deployment can be found [here](
|
221 |
|
222 |
## References
|
223 |
* [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872)
|
|
|
34 |
|
35 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
36 |
| ---|---|---|---|---|---|---|---|
|
37 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 365.312 ms | 104 - 424 MB | FP32 | CPU | [DETR-ResNet50.tflite](https://huggingface.co/qualcomm/DETR-ResNet50/blob/main/DETR-ResNet50.tflite)
|
38 |
|
39 |
|
40 |
## Installation
|
|
|
95 |
```
|
96 |
Profile Job summary of DETR-ResNet50
|
97 |
--------------------------------------------------
|
98 |
+
Device: Samsung Galaxy S24 (14)
|
99 |
+
Estimated Inference Time: 287.30 ms
|
100 |
+
Estimated Peak Memory Range: 103.19-187.82 MB
|
101 |
Compute Units: CPU (889) | Total (889)
|
102 |
|
103 |
|
|
|
217 |
## License
|
218 |
- The license for the original implementation of DETR-ResNet50 can be found
|
219 |
[here](https://github.com/facebookresearch/detr/blob/main/LICENSE).
|
220 |
+
- The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
|
221 |
|
222 |
## References
|
223 |
* [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872)
|