Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,15 @@ license: apache-2.0
|
|
4 |
## DIBS Features
|
5 |
Pre-extracted CLIP and UniVL features of the YouCook2, ActivityNet and HowTo100M custom subset used in [DIBS](https://arxiv.org/abs/2404.02755).
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
**File Structure**
|
8 |
|
9 |
```
|
|
|
4 |
## DIBS Features
|
5 |
Pre-extracted CLIP and UniVL features of the YouCook2, ActivityNet and HowTo100M custom subset used in [DIBS](https://arxiv.org/abs/2404.02755).
|
6 |
|
7 |
+
To process the HowTo100M subset features, first combine all the split files and then extract them using the following commands:
|
8 |
+
```
|
9 |
+
# Combine the split files
|
10 |
+
cat howto_subset_features.tar.gz.part* > howto_subset_features.tar.gz
|
11 |
+
|
12 |
+
# Uncompress the combined file
|
13 |
+
tar -xvzf howto_subset_features.tar.gz
|
14 |
+
```
|
15 |
+
|
16 |
**File Structure**
|
17 |
|
18 |
```
|