Alexeus17071 commited on
Commit
05cb7ba
·
verified ·
1 Parent(s): 89a02da

Update README.md

Browse files

Added Optical flow rendered

Files changed (1) hide show
  1. README.md +8 -7
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 | 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
- | `processed_english_translations` | translations csv per split | ~6 MB |
 
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