OpenDriveLab-org commited on
Commit
6c8ae4c
·
1 Parent(s): 00abf71

Copy raw video files (1-500 of 11697)

Browse files
Files changed (1) hide show
  1. raw_videos/README.md +34 -0
raw_videos/README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SparseVideoNav Privacy-Processed Videos
2
+
3
+ This directory supplements the the `frames/bvn/` and `frames/ifn/` releases with episode-level MP4 files.
4
+
5
+ - All videos are privacy processed for face and license-plate blurring.
6
+ - All released MP4 files are H.264 at 256×256 resolution.
7
+ - The prepared source collection mixes videos derived from privacy-processed raw recordings with fallback videos reconstructed from processed 256×256 RGB frames.
8
+ - Per-video raw-versus-fallback provenance was not retained by the prepared source collection.
9
+ - Two missing public episodes were reconstructed from their processed RGB frames while aligning this release.
10
+ - Revisit episodes are intentionally excluded.
11
+
12
+ ## Layout
13
+
14
+ ```text
15
+ videos/
16
+ ├── README.md
17
+ ├── manifest.json
18
+ ├── bvn/
19
+ │ ├── metadata.jsonl
20
+ │ └── <episode_id>.mp4
21
+ └── ifn/
22
+ ├── metadata.jsonl
23
+ └── <episode_id>.mp4
24
+ ```
25
+
26
+ Each `episode_id` matches the corresponding record in `frames/bvn/annotations.json` or `frames/ifn/annotations.json`.
27
+
28
+ ## Summary
29
+
30
+ | Subset | Episodes | Duration | Bytes |
31
+ | --- | ---: | ---: | ---: |
32
+ | BVN | 5,433 | 57.35 h | 5,944,679,509 |
33
+ | IFN | 6,260 | 64.40 h | 6,953,487,944 |
34
+ | Total | 11,693 | 121.74 h | 12,898,167,453 |