Robotics
LeRobot
Safetensors
smolvla
AppliantRobotics commited on
Commit
c779619
·
verified ·
1 Parent(s): f6973fb

Set camera input shape to native 640x480 so inference UI requests a supported capture resolution

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -12,16 +12,16 @@
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
- 256,
16
- 256
17
  ]
18
  },
19
  "observation.images.camera2": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
23
- 256,
24
- 256
25
  ]
26
  }
27
  },
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
+ 480,
16
+ 640
17
  ]
18
  },
19
  "observation.images.camera2": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
23
+ 480,
24
+ 640
25
  ]
26
  }
27
  },