Upload DetrForObjectDetection
Browse files- config.json +2 -6
- 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,
|
@@ -37,10 +37,6 @@
|
|
37 |
"eos_coefficient": 0.1,
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
-
"id2label": {
|
41 |
-
"0": "Not",
|
42 |
-
"1": "Fractured"
|
43 |
-
},
|
44 |
"init_std": 0.02,
|
45 |
"init_xavier_std": 1.0,
|
46 |
"is_encoder_decoder": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./results/detr_model",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"DetrForObjectDetection"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
|
|
37 |
"eos_coefficient": 0.1,
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
|
|
|
|
|
|
|
|
40 |
"init_std": 0.02,
|
41 |
"init_xavier_std": 1.0,
|
42 |
"is_encoder_decoder": true,
|
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:54e4e461908407e38b60d0c0521084ef61fca27750cc457b0c5016016eb7cb9a
|
3 |
+
size 166495852
|