Object Detection
PyTorch
TF Lite
ONNX
android
qaihm-bot commited on
Commit
f34b507
1 Parent(s): fca7478

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -92,6 +92,16 @@ device. This script does the following:
92
  python -m qai_hub_models.models.detr_resnet50.export
93
  ```
94
 
 
 
 
 
 
 
 
 
 
 
95
  ## How does this work?
96
 
97
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/DETR-ResNet50/export.py)
 
92
  python -m qai_hub_models.models.detr_resnet50.export
93
  ```
94
 
95
+ ```
96
+ Profile Job summary of DETR-ResNet50
97
+ --------------------------------------------------
98
+ Device: QCS8550 (Proxy) (12)
99
+ Estimated Inference Time: 38.87 ms
100
+ Estimated Peak Memory Range: 1.36-8.07 MB
101
+ Compute Units: NPU (842),GPU (2) | Total (844)
102
+
103
+
104
+ ```
105
  ## How does this work?
106
 
107
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/DETR-ResNet50/export.py)