shreyajn commited on
Commit
92d511d
1 Parent(s): a93b9f2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -14,9 +14,12 @@ tags:
14
  # DETR-ResNet50-DC5: Optimized for Mobile Deployment
15
  ## Transformer based object detector with ResNet50 backbone (dilated C5 stage)
16
 
 
17
  DETR is a machine learning model that can detect objects (trained on COCO dataset).
18
 
19
- This model is an implementation of DETR-ResNet50-DC5 found [here]({source_repo}).
 
 
20
  This repository provides scripts to run DETR-ResNet50-DC5 on Qualcomm® devices.
21
  More details on model performance across various devices, can be found
22
  [here](https://aihub.qualcomm.com/models/detr_resnet50_dc5).
 
14
  # DETR-ResNet50-DC5: Optimized for Mobile Deployment
15
  ## Transformer based object detector with ResNet50 backbone (dilated C5 stage)
16
 
17
+
18
  DETR is a machine learning model that can detect objects (trained on COCO dataset).
19
 
20
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/facebookresearch/detr).
21
+
22
+
23
  This repository provides scripts to run DETR-ResNet50-DC5 on Qualcomm® devices.
24
  More details on model performance across various devices, can be found
25
  [here](https://aihub.qualcomm.com/models/detr_resnet50_dc5).