johnomeara commited on
Commit
4c227f0
·
verified ·
1 Parent(s): fa8e2dc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -4
config.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
- "heatmap_size": [
3
- 512,
4
- 1024
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
  }