Update config.json
Browse files- config.json +9 -4
config.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "projectsidewalk/rampnet-model",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"KeypointModel"
|
| 5 |
+
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoModel": "modeling.KeypointModel"
|
| 8 |
+
},
|
| 9 |
+
"heatmap_size": [ 512, 1024 ],
|
| 10 |
+
"model_type": "convnextv2"
|
| 11 |
}
|