Datasets:
Commit ·
d2449b7
1
Parent(s): 4b3232a
Remove videos pending video-only re-release
Browse files- raw_videos/README.md +0 -24
- raw_videos/bvn/metadata.jsonl +0 -0
- raw_videos/ifn/metadata.jsonl +0 -0
- raw_videos/manifest.json +0 -63
raw_videos/README.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
# SparseVideoNav Privacy-Processed Videos
|
| 2 |
-
|
| 3 |
-
This directory provides one privacy-processed MP4 for every released BVN and IFN episode.
|
| 4 |
-
|
| 5 |
-
- Most files are EgoBlur-processed versions of the original recordings and retain their original video resolution.
|
| 6 |
-
- When a matching readable original-resolution EgoBlur file is unavailable, the corresponding privacy-processed 256×256 RGB frames are encoded as the episode MP4 fallback.
|
| 7 |
-
- All videos have face and license-plate blurring. No unredacted raw footage is included.
|
| 8 |
-
- Revisit episodes are intentionally excluded.
|
| 9 |
-
|
| 10 |
-
## Layout
|
| 11 |
-
|
| 12 |
-
```text
|
| 13 |
-
raw_videos/
|
| 14 |
-
├── README.md
|
| 15 |
-
├── manifest.json
|
| 16 |
-
├── bvn/
|
| 17 |
-
│ ├── metadata.jsonl
|
| 18 |
-
│ └── <episode_id>.mp4
|
| 19 |
-
└── ifn/
|
| 20 |
-
├── metadata.jsonl
|
| 21 |
-
└── <episode_id>.mp4
|
| 22 |
-
```
|
| 23 |
-
|
| 24 |
-
Each metadata row gives the instruction, video resolution, source type, and (for fallback files) the reason an original-resolution EgoBlur source was unavailable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raw_videos/bvn/metadata.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_videos/ifn/metadata.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_videos/manifest.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"format_version": 2,
|
| 3 |
-
"subsets": {
|
| 4 |
-
"bvn": {
|
| 5 |
-
"episodes": 5433,
|
| 6 |
-
"source_types": {
|
| 7 |
-
"egoblur_original_resolution": 3484,
|
| 8 |
-
"frames_fallback_256x256": 1949
|
| 9 |
-
},
|
| 10 |
-
"resolution_distribution": {
|
| 11 |
-
"2688x2016": 3032,
|
| 12 |
-
"2688x1512": 401,
|
| 13 |
-
"256x256": 1949,
|
| 14 |
-
"1920x1080": 50,
|
| 15 |
-
"3840x2160": 1
|
| 16 |
-
},
|
| 17 |
-
"size_bytes": 604135530474,
|
| 18 |
-
"duration_seconds": 206400.745
|
| 19 |
-
},
|
| 20 |
-
"ifn": {
|
| 21 |
-
"episodes": 6260,
|
| 22 |
-
"source_types": {
|
| 23 |
-
"egoblur_original_resolution": 4237,
|
| 24 |
-
"frames_fallback_256x256": 2023
|
| 25 |
-
},
|
| 26 |
-
"resolution_distribution": {
|
| 27 |
-
"2688x2016": 3657,
|
| 28 |
-
"256x256": 2023,
|
| 29 |
-
"2688x1512": 528,
|
| 30 |
-
"1920x1080": 52
|
| 31 |
-
},
|
| 32 |
-
"size_bytes": 740782082507,
|
| 33 |
-
"duration_seconds": 231845.39
|
| 34 |
-
}
|
| 35 |
-
},
|
| 36 |
-
"totals": {
|
| 37 |
-
"episodes": 11693,
|
| 38 |
-
"source_types": {
|
| 39 |
-
"egoblur_original_resolution": 7721,
|
| 40 |
-
"frames_fallback_256x256": 3972
|
| 41 |
-
},
|
| 42 |
-
"fallback_reasons": {
|
| 43 |
-
"missing_egoblur_output": 3259,
|
| 44 |
-
"no_original_resolution_source": 712,
|
| 45 |
-
"unreadable_egoblur_output": 1
|
| 46 |
-
},
|
| 47 |
-
"resolution_distribution": {
|
| 48 |
-
"2688x2016": 6689,
|
| 49 |
-
"2688x1512": 929,
|
| 50 |
-
"256x256": 3972,
|
| 51 |
-
"1920x1080": 102,
|
| 52 |
-
"3840x2160": 1
|
| 53 |
-
},
|
| 54 |
-
"size_bytes": 1344917612981,
|
| 55 |
-
"duration_seconds": 438246.135
|
| 56 |
-
},
|
| 57 |
-
"validation": {
|
| 58 |
-
"unique_episode_ids": true,
|
| 59 |
-
"metadata_video_files_match": true,
|
| 60 |
-
"all_h264": true,
|
| 61 |
-
"all_videos_privacy_processed": true
|
| 62 |
-
}
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|