Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
|
@@ -122,19 +122,19 @@
|
|
| 122 |
"giou_cost": 2,
|
| 123 |
"giou_loss_coefficient": 2,
|
| 124 |
"id2label": {
|
| 125 |
-
"1": "
|
| 126 |
-
"2": "
|
| 127 |
-
"3": "
|
| 128 |
-
"4": "
|
| 129 |
},
|
| 130 |
"init_std": 0.02,
|
| 131 |
"init_xavier_std": 1.0,
|
| 132 |
"is_encoder_decoder": true,
|
| 133 |
"label2id": {
|
| 134 |
-
"
|
| 135 |
-
"
|
| 136 |
-
"
|
| 137 |
-
"
|
| 138 |
},
|
| 139 |
"mask_loss_coefficient": 1,
|
| 140 |
"model_type": "detr",
|
|
|
|
| 122 |
"giou_cost": 2,
|
| 123 |
"giou_loss_coefficient": 2,
|
| 124 |
"id2label": {
|
| 125 |
+
"1": "Accessories",
|
| 126 |
+
"2": "Bags",
|
| 127 |
+
"3": "Clothing",
|
| 128 |
+
"4": "Shoes"
|
| 129 |
},
|
| 130 |
"init_std": 0.02,
|
| 131 |
"init_xavier_std": 1.0,
|
| 132 |
"is_encoder_decoder": true,
|
| 133 |
"label2id": {
|
| 134 |
+
"Shoes": 4,
|
| 135 |
+
"Clothing": 3,
|
| 136 |
+
"Bags": 2,
|
| 137 |
+
"Accessories": 1
|
| 138 |
},
|
| 139 |
"mask_loss_coefficient": 1,
|
| 140 |
"model_type": "detr",
|