lipsop commited on
Commit
2fd6bf3
·
1 Parent(s): 2cfb10f

Fix: Resized readme change

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -93,8 +93,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
93
  "observation.images.wrist": {
94
  "dtype": "video",
95
  "shape": [
96
- 1080,
97
- 1920,
98
  3
99
  ],
100
  "names": [
@@ -103,8 +103,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
103
  "channels"
104
  ],
105
  "info": {
106
- "video.height": 1080,
107
- "video.width": 1920,
108
  "video.codec": "av1",
109
  "video.pix_fmt": "yuv420p",
110
  "video.is_depth_map": false,
 
93
  "observation.images.wrist": {
94
  "dtype": "video",
95
  "shape": [
96
+ 960,
97
+ 1280,
98
  3
99
  ],
100
  "names": [
 
103
  "channels"
104
  ],
105
  "info": {
106
+ "video.height": 960,
107
+ "video.width": 1280,
108
  "video.codec": "av1",
109
  "video.pix_fmt": "yuv420p",
110
  "video.is_depth_map": false,