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