Add config.json for download tracking
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "wilddet3d",
|
| 3 |
+
"backbone": "sam3_vit",
|
| 4 |
+
"depth_backend": "lingbot_depth_dinov2_vitl14",
|
| 5 |
+
"parameters": "1.2B"
|
| 6 |
+
}
|