Exclibur commited on
Commit
56671ab
1 Parent(s): f3cb895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: apache-2.0
3
  ---
4
  ## DIBS Features
5
- Pre-extracted CLIP and UniVL features of the YouCook2 and ActivityNet datasets used in [DIBS](https://arxiv.org/abs/2404.02755).
6
 
7
  **File Structure**
8
 
@@ -53,5 +53,27 @@ Pre-extracted CLIP and UniVL features of the YouCook2 and ActivityNet datasets u
53
  │ ├── video1.npy
54
  │ ├── video2.npy
55
  │ └── ...
56
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ```
 
2
  license: apache-2.0
3
  ---
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
 
 
53
  │ ├── video1.npy
54
  │ ├── video2.npy
55
  │ └── ...
56
+ ├── howto100m
57
+ │ ├── clip_features
58
+ │ │ ├── visual
59
+ │ │ │ ├── video1_clip.npy
60
+ │ │ │ ├── video2_clip.npy
61
+ │ │ │ └── ...
62
+ │ │ ├── text_proj
63
+ │ │ ├── video1.npy
64
+ │ │ ├── video2.npy
65
+ │ │ └── ...
66
+ │ ├── univl_features
67
+ │ ├── video
68
+ │ │ ├── video1.npy
69
+ │ │ ├── video2.npy
70
+ │ │ └── ...
71
+ │ ├── visual
72
+ │ │ ├── video1.npy
73
+ │ │ ├── video2.npy
74
+ │ │ └── ...
75
+ │ ├── text
76
+ │ ├── video1.npy
77
+ │ ├── video2.npy
78
+ │ └── ...
79
  ```