--- license: cc-by-4.0 pretty_name: DENSEWORLD-115k language: - en task_categories: - video-classification - other tags: - video - world-models - jepa - urban - global-south - india - youtube - metadata-only size_categories: - 100K/
/-.mp4` (e.g. `goa/walking/04YKvC8kAgI-000.mp4`), matching the `clip_key`s in `clips.csv`. > Some source videos may become unavailable over time (deleted or made private on YouTube); `reconstruct.py` skips these and reports the shortfall in its verification summary. Three very long videos were originally cut in fixed windows rather than whole-video scene detection, so their clip boundaries may differ slightly (<1% of the dataset). ## Data fields **`sources.json`** → `videos: [ { … } ]` | field | description | |---|---| | `id` | 11-char YouTube video ID (source URL = `https://www.youtube.com/watch?v=`) | | `url` | full YouTube watch URL | | `sections` | list of `city/capture-type` sections this video contributes to (e.g. `goa/walking`) | | `n_clips` | number of clips produced from this video | | `n_chunks` | >0 only for the 3 pre-chunked long videos | | `title`, `category` | source title and collection category (`drive_tours`, `walking_tours`, `drone_views`, `tier2_cities`) | **`clips.csv`** (115,687 rows) | column | description | |---|---| | `clip_key` | `section/video_id/file` — canonical clip identifier | | `section` | `city/capture-type` (e.g. `mumbai/drive`) | | `base_video_id` | the 11-char YouTube ID | | `chunk` | fixed-window chunk index for the 3 long videos, else empty | | `video_id` | manifest key (`base_video_id` or `base_video_id-`) | | `clip_index` | clip order within its video/chunk | | `duration_sec`, `size_mb`, `status` | encoded clip stats | ## License & responsible use - The **metadata and code** in this repository are released under **CC-BY-4.0**. - The **videos are NOT included** and are **not** covered by this license — they remain the property of their original YouTube uploaders and are subject to YouTube's Terms of Service. Use the reconstructed clips for research purposes and in accordance with those terms. - **Takedown:** if you are a rights holder and want a source removed from `sources.json`, please open an issue on this repository and we will remove it. ## Citation ```bibtex @article{wanaskar2026factorjepa, title = {FactorJEPA: Factorizing Monolithic Futures into Layout--Agent--Interaction Channels for Crowded and Chaotic Global South Urban Worlds}, author = {Wanaskar, Kapil and Jena, Gaytri and Chadha, Aman and Jain, Vinija and Sharma, Vasu and Das, Amitava}, year = {2026}, note = {Preprint. Update with arXiv ID when available.} } ```