Upload DetrForObjectDetection
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
@@ -122,7 +122,7 @@
|
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
124 |
"id2label": {
|
125 |
-
"0": "
|
126 |
},
|
127 |
"init_std": 0.02,
|
128 |
"init_xavier_std": 1.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"DetrForObjectDetection"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
|
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
124 |
"id2label": {
|
125 |
+
"0": "LABEL_0"
|
126 |
},
|
127 |
"init_std": 0.02,
|
128 |
"init_xavier_std": 1.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6446e44771cbd176460573046ed4ed9104f7569abd3fbedffb1c22f489c57d3
|
3 |
+
size 166503728
|