diegokauer
commited on
Commit
•
e36f407
1
Parent(s):
665fa41
Upload ConditionalDetrForObjectDetection
Browse files- config.json +2 -2
config.json
CHANGED
@@ -29,8 +29,8 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"0":
|
33 |
-
"1":
|
34 |
},
|
35 |
"init_std": 0.02,
|
36 |
"init_xavier_std": 1.0,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "Propuesta",
|
33 |
+
"1": "Etapa"
|
34 |
},
|
35 |
"init_std": 0.02,
|
36 |
"init_xavier_std": 1.0,
|