Upload VideoMask2FormerForSegmentation
Browse files- config.json +1 -5
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_commit_hash": null,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"backbone_config": {
|
8 |
"_name_or_path": "",
|
@@ -2125,8 +2125,6 @@
|
|
2125 |
16,
|
2126 |
32
|
2127 |
],
|
2128 |
-
"frame_range": 20,
|
2129 |
-
"frame_shuffle": false,
|
2130 |
"hidden_dim": 256,
|
2131 |
"id2label": {
|
2132 |
"0": "airplane",
|
@@ -2174,7 +2172,6 @@
|
|
2174 |
"importance_sample_ratio": 0.75,
|
2175 |
"init_std": 0.02,
|
2176 |
"init_xavier_std": 1.0,
|
2177 |
-
"is_video": true,
|
2178 |
"label2id": {
|
2179 |
"airplane": 0,
|
2180 |
"bear": 1,
|
@@ -2222,7 +2219,6 @@
|
|
2222 |
"model_type": "mask2former",
|
2223 |
"no_object_weight": 0.1,
|
2224 |
"num_attention_heads": 8,
|
2225 |
-
"num_frames": 2,
|
2226 |
"num_hidden_layers": 10,
|
2227 |
"num_queries": 200,
|
2228 |
"output_auxiliary_logits": null,
|
|
|
2 |
"_commit_hash": null,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
5 |
+
"VideoMask2FormerForSegmentation"
|
6 |
],
|
7 |
"backbone_config": {
|
8 |
"_name_or_path": "",
|
|
|
2125 |
16,
|
2126 |
32
|
2127 |
],
|
|
|
|
|
2128 |
"hidden_dim": 256,
|
2129 |
"id2label": {
|
2130 |
"0": "airplane",
|
|
|
2172 |
"importance_sample_ratio": 0.75,
|
2173 |
"init_std": 0.02,
|
2174 |
"init_xavier_std": 1.0,
|
|
|
2175 |
"label2id": {
|
2176 |
"airplane": 0,
|
2177 |
"bear": 1,
|
|
|
2219 |
"model_type": "mask2former",
|
2220 |
"no_object_weight": 0.1,
|
2221 |
"num_attention_heads": 8,
|
|
|
2222 |
"num_hidden_layers": 10,
|
2223 |
"num_queries": 200,
|
2224 |
"output_auxiliary_logits": null,
|