Update README.md
Browse filesAdded Optical flow rendered
README.md
CHANGED
|
@@ -13,13 +13,14 @@ Pre-computed features from the [How2Sign](https://huggingface.co/datasets/aipiec
|
|
| 13 |
|
| 14 |
Each modality is split by `train` / `test` / `val` and packed into ~3 GB tar shards.
|
| 15 |
|
| 16 |
-
| Modality | Content
|
| 17 |
-
|-------------------------------------|--------------------------------------|-------------|
|
| 18 |
-
| `depth_rendered` | rendered depth-map JPGs per clip
|
| 19 |
-
| `poses_rendered` | rendered pose-skeleton JPGs per clip
|
| 20 |
-
| `poses` | raw pose `.npy` per clip
|
| 21 |
-
| `optical_flow` | optical flow `.npy` per clip
|
| 22 |
-
| `
|
|
|
|
| 23 |
|
| 24 |
Inside each tar, paths are relative to the split, e.g.:
|
| 25 |
|
|
|
|
| 13 |
|
| 14 |
Each modality is split by `train` / `test` / `val` and packed into ~3 GB tar shards.
|
| 15 |
|
| 16 |
+
| Modality | Content | Approx size |
|
| 17 |
+
|-------------------------------------|--------------------------------------------------|-------------|
|
| 18 |
+
| `depth_rendered` | rendered depth-map JPGs per clip | ~39 GB |
|
| 19 |
+
| `poses_rendered` | rendered pose-skeleton JPGs per clip | ~43 GB |
|
| 20 |
+
| `poses` | raw pose `.npy` per clip | ~18 GB |
|
| 21 |
+
| `optical_flow` | optical flow `.npy` per clip | ~3 GB |
|
| 22 |
+
| `optical_flow_rendered` | rendered optical_flow JPGs per clip with stride 2| ~11 GB |
|
| 23 |
+
| `processed_english_translations` | translations csv per split | ~6 MB |
|
| 24 |
|
| 25 |
Inside each tar, paths are relative to the split, e.g.:
|
| 26 |
|