Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,17 @@ size_categories:
|
|
17 |
|
18 |
## Dataset Details
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
- **Creators**: Intel Labs
|
21 |
- **Version**: <TODO - REPLACE WITH VERSION>
|
22 |
- **License**: [Intel Research and Development License](.\Intel_OBL_Internal_RD_Use_License.md)
|
|
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
+
|
21 |
+
| Model | Description | Checkpoint Used | Dataset | Split |
|
22 |
+
|:----------|:------------------------------------|:-------------------------|:--------|:------------|
|
23 |
+
| GDINO | Features from COCO 2017 training set | [`groundingdino-swint-ogc`](https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth) | COCO | COCO_TRAIN |
|
24 |
+
| GDINO | Features from COCO 2017 validation set | [`groundingdino-swint-ogc`](https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth) | COCO | COCO_VAL |
|
25 |
+
| GDINO | ~100 random samples from COCO 2017 | [`groundingdino-swint-ogc`](https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth) | COCO | COCO_MINI |
|
26 |
+
| DETR | ~100 random samples from COCO 2017 | [`detr_r50_8xb2-150e_coco_20221023_153551-436d03e8`](https://download.openmmlab.com/mmdetection/v3.0/detr/detr_r50_8xb2-150e_coco/detr_r50_8xb2-150e_coco_20221023_153551-436d03e8.pth) | COCO | COCO_MINI |
|
27 |
+
| DINO-DETR | ~100 random samples from COCO 2017 | [`dino-5scale_swin-l_8xb2-36e_coco`](https://github.com/RistoranteRist/mmlab-weights/releases/download/dino-swinl/dino-5scale_swin-l_8xb2-36e_coco-5486e051.pth) | COCO | COCO_MINI |
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
- **Creators**: Intel Labs
|
32 |
- **Version**: <TODO - REPLACE WITH VERSION>
|
33 |
- **License**: [Intel Research and Development License](.\Intel_OBL_Internal_RD_Use_License.md)
|