video video 246 716 | location stringclasses 3
values | camera_id int64 0 5 | duration_seconds float64 246 716 | component_count int64 1 3 | contains_removed_time_gap bool 2
classes |
|---|---|---|---|---|---|
forest | 0 | 362.496 | 2 | false | |
forest | 1 | 362.496 | 2 | false | |
forest | 2 | 362.496 | 2 | false | |
forest | 3 | 372.522667 | 2 | false | |
forest | 4 | 362.410667 | 2 | false | |
forest | 5 | 362.496 | 2 | false | |
predaia | 0 | 247.7135 | 1 | false | |
predaia | 1 | 245.8785 | 1 | false | |
predaia | 2 | 247.647 | 1 | false | |
predaia | 3 | 247.38 | 1 | false | |
predaia | 4 | 247.7135 | 1 | false | |
predaia | 5 | 247.7135 | 1 | false | |
molina | 0 | 716.4535 | 3 | true | |
molina | 1 | 711.585167 | 3 | true | |
molina | 2 | 711.582 | 3 | true | |
molina | 3 | 711.083167 | 3 | true | |
molina | 4 | 711.552167 | 3 | true | |
molina | 5 | 711.116667 | 3 | true |
Open Video Molina
This is a growing open-source repository for multiview video captured across different places. More locations and recording sequences may be added over time.
The current release contains GoPro recordings from three locations: forest,
predaia, and molina. Each location has six camera views (camera_00 through
camera_05). The GoPros are mounted together on a fixed multicamera rig, keeping
their relative arrangement approximately consistent during each capture.
The videos are encoded as HEVC at 2704x2028, 30000/1001 fps, with stereo AAC audio at 48 kHz.
Data
The uploadable data is under videos/:
videos/
βββ metadata.csv
βββ forest/
β βββ forest_camera_00.mp4 ... forest_camera_05.mp4
βββ predaia/
β βββ predaia_camera_00.mp4 ... predaia_camera_05.mp4
βββ molina/
βββ molina_camera_00.mp4 ... molina_camera_05.mp4
The local raw/ directory contains coherently renamed safety copies of all 36
source clips. It is excluded from upload by .gitignore to avoid duplicating
approximately 93 GB.
Temporal structure
forest: two contiguous GoPro chapters merged without re-encoding.predaia: one source clip, copied without re-encoding.molina: two contiguous GoPro chapters followed by a later recording from the same location, merged without re-encoding. The inactive interval before the third component is not represented in the merged timeline.
The views have matching recording durations, but the cameras' embedded clocks are not perfectly synchronized. No frame-level synchronization or temporal alignment has been applied.
Loading
from datasets import load_dataset
dataset = load_dataset("videofolder", data_dir="videos", split="train")
Upload
After creating an empty Hugging Face dataset repository:
HF_XET_HIGH_PERFORMANCE=1 hf upload USER/REPOSITORY /data0/sebastian.cavada/open_video_molina . --repo-type=dataset
See SOURCE_MAPPING.md for the exact source-to-output mapping.
- Downloads last month
- 51