Datasets:
Commit ·
0cbed82
1
Parent(s): ed183fc
Rename video references to raw_videos
Browse files- README.md +4 -4
- raw_videos/README.md +6 -6
- raw_videos/bvn/metadata.jsonl +0 -0
- raw_videos/ifn/metadata.jsonl +0 -0
README.md
CHANGED
|
@@ -80,7 +80,7 @@ Images are stored in compressed tar shards to avoid hundreds of thousands of sma
|
|
| 80 |
│ └── shards/
|
| 81 |
│ ├── ifn-00000.tar.zst
|
| 82 |
│ └── ...
|
| 83 |
-
└──
|
| 84 |
├── README.md
|
| 85 |
├── manifest.json
|
| 86 |
├── bvn/
|
|
@@ -98,11 +98,11 @@ Current shard counts:
|
|
| 98 |
| `bvn` | 8 | 14,597,684,355 |
|
| 99 |
| `ifn` | 9 | 16,623,840,035 |
|
| 100 |
|
| 101 |
-
##
|
| 102 |
|
| 103 |
-
The `
|
| 104 |
|
| 105 |
-
The prepared video collection combines privacy-processed raw recordings with
|
| 106 |
|
| 107 |
## Data Format
|
| 108 |
|
|
|
|
| 80 |
│ └── shards/
|
| 81 |
│ ├── ifn-00000.tar.zst
|
| 82 |
│ └── ...
|
| 83 |
+
└── raw_videos/
|
| 84 |
├── README.md
|
| 85 |
├── manifest.json
|
| 86 |
├── bvn/
|
|
|
|
| 98 |
| `bvn` | 8 | 14,597,684,355 |
|
| 99 |
| `ifn` | 9 | 16,623,840,035 |
|
| 100 |
|
| 101 |
+
## Privacy-Processed Raw Videos
|
| 102 |
|
| 103 |
+
The `raw_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.
|
| 104 |
|
| 105 |
+
The prepared video collection combines privacy-processed raw recordings with fallback MP4 files reconstructed from the processed 256×256 RGB frames where source videos were unavailable. See `raw_videos/README.md` and `raw_videos/manifest.json` for layout, provenance notes, and validation statistics.
|
| 106 |
|
| 107 |
## Data Format
|
| 108 |
|
raw_videos/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
-
# SparseVideoNav Privacy-Processed Videos
|
| 2 |
|
| 3 |
-
This directory supplements the
|
| 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 |
-
-
|
| 8 |
-
- Per-video raw-versus-fallback provenance was not retained
|
| 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 |
-
|
| 16 |
├── README.md
|
| 17 |
├── manifest.json
|
| 18 |
├── bvn/
|
|
|
|
| 1 |
+
# SparseVideoNav Privacy-Processed Raw Videos
|
| 2 |
|
| 3 |
+
This directory supplements the `frames/bvn/` and `frames/ifn/` releases with episode-level MP4 files. The name `raw_videos/` refers to videos produced from the raw-recording pipeline; all published files are privacy processed, and this directory does not contain unredacted footage.
|
| 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 |
+
- Some original source videos were unavailable; their released MP4 files were reconstructed from the privacy-processed 256×256 RGB frames.
|
| 8 |
+
- The prepared source collection mixes these fallback videos with videos derived from privacy-processed raw recordings. Per-video raw-versus-fallback provenance was not retained.
|
| 9 |
+
- Two additional 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 |
+
raw_videos/
|
| 16 |
├── README.md
|
| 17 |
├── manifest.json
|
| 18 |
├── bvn/
|
raw_videos/bvn/metadata.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_videos/ifn/metadata.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|