pcuenq HF staff commited on
Commit
28b1c16
1 Parent(s): 0c3166e

Update README

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. DETRSegmentation_2x.png +3 -0
  3. README.md +4 -0
.gitattributes CHANGED
@@ -19,6 +19,7 @@
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
 
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
  *.rar filter=lfs diff=lfs merge=lfs -text
 
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.png filter=lfs diff=lfs merge=lfs -text
23
  *.pt filter=lfs diff=lfs merge=lfs -text
24
  *.pth filter=lfs diff=lfs merge=lfs -text
25
  *.rar filter=lfs diff=lfs merge=lfs -text
DETRSegmentation_2x.png ADDED

Git LFS Details

  • SHA256: 480c096ad086e8ca059aebbadb276b5a03c980f3fe076137e1c5578beb343cfc
  • Pointer size: 131 Bytes
  • Size of remote file: 873 kB
README.md CHANGED
@@ -7,6 +7,10 @@ license: apache-2.0
7
 
8
  # DETR-Resnet50 (semantic segmentation) Core ML Models
9
 
 
 
 
 
10
  See [the Files tab](tree/main) for converted models.
11
 
12
  DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images). It was introduced in the paper [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872) by Carion et al. and first released in [this repository](https://github.com/facebookresearch/detr).
 
7
 
8
  # DETR-Resnet50 (semantic segmentation) Core ML Models
9
 
10
+ Semantic Segmentation.
11
+
12
+ ![Semantic Segmentation](DETRSegmentation_2x.png)
13
+
14
  See [the Files tab](tree/main) for converted models.
15
 
16
  DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images). It was introduced in the paper [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872) by Carion et al. and first released in [this repository](https://github.com/facebookresearch/detr).