Create config.json
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "eomt",
|
3 |
+
"num_classes": 150,
|
4 |
+
"num_queries": 100,
|
5 |
+
"num_query_blocks": 4,
|
6 |
+
"timm_model_name": "vit_large_patch14_reg4_dinov2",
|
7 |
+
"image_size": [512, 512],
|
8 |
+
"patch_size": 16
|
9 |
+
}
|