File size: 2,017 Bytes
31dcd09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d456687
31dcd09
d456687
31dcd09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: apache-2.0
task_categories:
  - video-classification
  - feature-extraction
tags:
  - video
  - tubelets
  - egocentric
  - raw-frames
  - computer-vision
size_categories:
  - 10K<n<100K
---

#  Tubelet Dataset 

Pre-extracted raw video tubelets from the [Egocentric-10K](https://huggingface.co/datasets/builddotai/Egocentric-10K) dataset

## Tensor Format

Each  file is a single tubelet saved with  and can be loaded with .

| Property | Value |
|----------|-------|
| **Shape** |  |
| **Dtype** |  |
| **Layout** |  — Frames × Height × Width × Channels |
| **Frames** | 64 raw RGB frames per tubelet |
| **Resolution** | 384 × 384 center-cropped |
| **Pixel Range** | 0–255 (unnormalized) |


### 1. Frame Rate Downsampling
- Source videos are downsampled to **4 FPS** using FFmpeg's  filter.
- The  mode exactly matches Meta's  frame selection.

### 2. Shorter-Side Scaling (Aspect-Ratio Preserving)
- The shorter side of each frame is scaled to **438 pixels** while preserving the original aspect ratio.
- This value is derived from the canonical V-JEPA proportion: .
- For 224×224 crops, V-JEPA scales the shorter side to 256px. We scale proportionally for 384×384 crops.

### 3. Center Cropping
- A **384 × 384** center crop is taken from each scaled frame.
- FFmpeg's  filter defaults to center cropping when no x/y offsets are specified.

### 4. Tubelet Chunking
- The full decoded frame sequence is divided into non-overlapping chunks of exactly **64 frames**.
- Incomplete trailing chunks (fewer than 64 frames) are discarded.

### FFmpeg Command Used


## Directory Structure

Files are partitioned across multiple root directories (, , , ...) to comply with HuggingFace's 10,000 files per directory limit.



## Usage



## Source Dataset

- **Source**: [builddotai/Egocentric-10K](https://huggingface.co/datasets/builddotai/Egocentric-10K)
- **Content**: Egocentric (first-person) video data from industrial/factory environments
- **Factories**: factory_001 through factory_050