Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
"image_size": 224,
|
| 8 |
"num_labels": 2,
|
| 9 |
"id2label": {
|
|
@@ -17,3 +17,4 @@
|
|
| 17 |
"task": "object-detection",
|
| 18 |
"object_detection": true
|
| 19 |
}
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "detr",
|
| 3 |
"architectures": [
|
| 4 |
+
"DetrForObjectDetection"
|
| 5 |
],
|
| 6 |
+
"backbone": "resnet50",
|
| 7 |
"image_size": 224,
|
| 8 |
"num_labels": 2,
|
| 9 |
"id2label": {
|
|
|
|
| 17 |
"task": "object-detection",
|
| 18 |
"object_detection": true
|
| 19 |
}
|
| 20 |
+
|