qaihm-bot commited on
Commit
b3c3281
·
verified ·
1 Parent(s): 8ce00c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -27,10 +27,10 @@ More details on model performance across various devices, can be found
27
 
28
  - **Model Type:** Object detection
29
  - **Model Stats:**
30
- - Model checkpoint: None
31
- - Input resolution: None
32
- - Number of parameters: None
33
- - Model size: None
34
 
35
  | Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  |---|---|---|---|---|---|---|---|---|
@@ -243,13 +243,13 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
243
 
244
 
245
  ## License
246
- * The license for the original implementation of Conditional-DETR-ResNet50 can be found [here](https://arxiv.org/abs/2108.06152).
247
  * The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
248
 
249
 
250
 
251
  ## References
252
- * [Conditional {DETR} for Fast Training Convergence](Conditional {DETR} for Fast Training Convergence)
253
  * [Source Model Implementation](https://github.com/huggingface/transformers/tree/main/src/transformers/models/conditional_detr)
254
 
255
 
 
27
 
28
  - **Model Type:** Object detection
29
  - **Model Stats:**
30
+ - Model checkpoint: ResNet50
31
+ - Input resolution: 480x480
32
+ - Number of parameters: 44M
33
+ - Model size: 165 MB
34
 
35
  | Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  |---|---|---|---|---|---|---|---|---|
 
243
 
244
 
245
  ## License
246
+ * The license for the original implementation of Conditional-DETR-ResNet50 can be found [here](https://github.com/huggingface/transformers/blob/main/LICENSE).
247
  * The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
248
 
249
 
250
 
251
  ## References
252
+ * [Conditional {DETR} for Fast Training Convergence](https://arxiv.org/abs/2108.06152)
253
  * [Source Model Implementation](https://github.com/huggingface/transformers/tree/main/src/transformers/models/conditional_detr)
254
 
255