OpenDriveLab-org commited on
Commit
64d17b8
·
1 Parent(s): 7297e67

Document privacy-processed episode videos

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Images are stored in compressed tar shards to avoid hundreds of thousands of sma
71
  │ └── shards/
72
  │ ├── bvn-00000.tar.zst
73
  │ └── ...
74
- ── ifn/
75
  ├── annotations.json
76
  ├── data.jsonl
77
  ├── merge_info.json
@@ -79,6 +79,15 @@ Images are stored in compressed tar shards to avoid hundreds of thousands of sma
79
  └── shards/
80
  ├── ifn-00000.tar.zst
81
  └── ...
 
 
 
 
 
 
 
 
 
82
  ```
83
 
84
  Current shard counts:
@@ -88,6 +97,12 @@ Current shard counts:
88
  | `bvn` | 8 | 14,597,684,355 |
89
  | `ifn` | 9 | 16,623,840,035 |
90
 
 
 
 
 
 
 
91
  ## Data Format
92
 
93
  Each line in `bvn/data.jsonl` or `ifn/data.jsonl` is an episode-level JSON object.
 
71
  │ └── shards/
72
  │ ├── bvn-00000.tar.zst
73
  │ └── ...
74
+ ── ifn/
75
  ├── annotations.json
76
  ├── data.jsonl
77
  ├── merge_info.json
 
79
  └── shards/
80
  ├── ifn-00000.tar.zst
81
  └── ...
82
+ └── videos/
83
+ ├── README.md
84
+ ├── manifest.json
85
+ ├── bvn/
86
+ │ ├── metadata.jsonl
87
+ │ └── <episode_id>.mp4
88
+ └── ifn/
89
+ ├── metadata.jsonl
90
+ └── <episode_id>.mp4
91
  ```
92
 
93
  Current shard counts:
 
97
  | `bvn` | 8 | 14,597,684,355 |
98
  | `ifn` | 9 | 16,623,840,035 |
99
 
100
+ ## Episode Videos
101
+
102
+ The `videos/` directory provides privacy-processed H.264 MP4 files for every released BVN and IFN episode. Video filenames use the same `episode_id` values as the corresponding annotation records. The release contains 5,433 BVN videos and 6,260 IFN videos, all at 256×256 resolution; Revisit episodes are not included.
103
+
104
+ The prepared video collection combines privacy-processed raw recordings with frame-derived fallbacks where source videos were unavailable. See `videos/README.md` and `videos/manifest.json` for layout, provenance notes, and validation statistics.
105
+
106
  ## Data Format
107
 
108
  Each line in `bvn/data.jsonl` or `ifn/data.jsonl` is an episode-level JSON object.