CarolinePascal HF Staff commited on
Commit
c5467ba
·
verified ·
1 Parent(s): c7324cc

Consolidate episodes into a single data file and fix indexing

Browse files
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:642e993817fd73b09ed7569f574be9c4073fc7ff82c8ce34d33264f71177130e
3
- size 2625939
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c74dc47dd06f33105116031d9024abaa1080847dbff99629be01a2d6367e441
3
+ size 2622109
data/chunk-000/file-001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d280779cd4f72aa8fcb8ec42dd9c272d8854a43715a4363cb267e8f21cf050bf
3
- size 926089
 
 
 
 
data/chunk-000/file-002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:90024478446994bc90826d6b173104e2d9a7c135573a833a246c54d694e577d3
3
- size 729640
 
 
 
 
meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b42a3888d9ec2a57c244e230b5a9a0977aaff2c79c2db8a51d56042bbf811d1
3
- size 79597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96acb6fdda23b08b1ee91ab2d54a6f0916ff53756830ab4e4dea908d2962ff74
3
+ size 79575
meta/info.json CHANGED
@@ -1,16 +1,6 @@
1
  {
2
  "codebase_version": "v3.0",
3
- "robot_type": "aloha",
4
- "total_episodes": 50,
5
- "total_frames": 20000,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
  "fps": 50,
9
- "splits": {
10
- "train": "0:50"
11
- },
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.images.top": {
16
  "dtype": "video",
@@ -131,6 +121,16 @@
131
  "fps": 50
132
  }
133
  },
 
 
 
 
134
  "data_files_size_in_mb": 100,
135
- "video_files_size_in_mb": 500
 
 
 
 
 
 
136
  }
 
1
  {
2
  "codebase_version": "v3.0",
 
 
 
 
 
3
  "fps": 50,
 
 
 
 
 
4
  "features": {
5
  "observation.images.top": {
6
  "dtype": "video",
 
121
  "fps": 50
122
  }
123
  },
124
+ "total_episodes": 50,
125
+ "total_frames": 20000,
126
+ "total_tasks": 1,
127
+ "chunks_size": 1000,
128
  "data_files_size_in_mb": 100,
129
+ "video_files_size_in_mb": 500,
130
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
131
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
132
+ "robot_type": "aloha",
133
+ "splits": {
134
+ "train": "0:50"
135
+ }
136
  }