Datasets:
Commit ·
d456687
1
Parent(s): 1b8543c
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,6 @@ task_categories:
|
|
| 6 |
tags:
|
| 7 |
- video
|
| 8 |
- tubelets
|
| 9 |
-
- vjepa
|
| 10 |
- egocentric
|
| 11 |
- raw-frames
|
| 12 |
- computer-vision
|
|
@@ -14,9 +13,9 @@ size_categories:
|
|
| 14 |
- 10K<n<100K
|
| 15 |
---
|
| 16 |
|
| 17 |
-
#
|
| 18 |
|
| 19 |
-
Pre-extracted raw video tubelets from the [Egocentric-10K](https://huggingface.co/datasets/builddotai/Egocentric-10K) dataset
|
| 20 |
|
| 21 |
## Tensor Format
|
| 22 |
|
|
@@ -31,9 +30,6 @@ Each file is a single tubelet saved with and can be loaded with .
|
|
| 31 |
| **Resolution** | 384 × 384 center-cropped |
|
| 32 |
| **Pixel Range** | 0–255 (unnormalized) |
|
| 33 |
|
| 34 |
-
## Preprocessing Pipeline (V-JEPA Canonical)
|
| 35 |
-
|
| 36 |
-
The preprocessing exactly follows Meta's V-JEPA training protocol:
|
| 37 |
|
| 38 |
### 1. Frame Rate Downsampling
|
| 39 |
- Source videos are downsampled to **4 FPS** using FFmpeg's filter.
|
|
@@ -71,8 +67,3 @@ Files are partitioned across multiple root directories (, , , ...) to comply wit
|
|
| 71 |
- **Content**: Egocentric (first-person) video data from industrial/factory environments
|
| 72 |
- **Factories**: factory_001 through factory_050
|
| 73 |
|
| 74 |
-
## Hardware Used for Extraction
|
| 75 |
-
|
| 76 |
-
- **GPU**: NVIDIA A40 (46 GB VRAM, 2 NVDEC chips)
|
| 77 |
-
- **CPU**: 128 cores
|
| 78 |
-
- **Decoding**: Hardware-accelerated NVDEC via FFmpeg with 10 concurrent decode threads
|
|
|
|
| 6 |
tags:
|
| 7 |
- video
|
| 8 |
- tubelets
|
|
|
|
| 9 |
- egocentric
|
| 10 |
- raw-frames
|
| 11 |
- computer-vision
|
|
|
|
| 13 |
- 10K<n<100K
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Tubelet Dataset
|
| 17 |
|
| 18 |
+
Pre-extracted raw video tubelets from the [Egocentric-10K](https://huggingface.co/datasets/builddotai/Egocentric-10K) dataset
|
| 19 |
|
| 20 |
## Tensor Format
|
| 21 |
|
|
|
|
| 30 |
| **Resolution** | 384 × 384 center-cropped |
|
| 31 |
| **Pixel Range** | 0–255 (unnormalized) |
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
### 1. Frame Rate Downsampling
|
| 35 |
- Source videos are downsampled to **4 FPS** using FFmpeg's filter.
|
|
|
|
| 67 |
- **Content**: Egocentric (first-person) video data from industrial/factory environments
|
| 68 |
- **Factories**: factory_001 through factory_050
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|