ShuhuaiRen
commited on
Commit
•
d2a3451
1
Parent(s):
8411bf0
Upload README.md
Browse files
README.md
CHANGED
@@ -99,9 +99,6 @@ train_set = dataset["train"]
|
|
99 |
|
100 |
```python
|
101 |
from datasets import load_dataset
|
102 |
-
from io import BytesIO
|
103 |
-
from base64 import b64decode
|
104 |
-
from PIL import Image
|
105 |
|
106 |
ds_name = "youcook2" # change the dataset name here
|
107 |
dataset = load_dataset("ShuhuaiRen/TimeIT", ds_name)
|
@@ -135,21 +132,21 @@ features = datasets.Features(
|
|
135 |
|
136 |
### Source Data
|
137 |
|
138 |
-
| Task | Dataset [Citation] | Source
|
139 |
-
|
140 |
-
| Dense Video Captioning | `ActivityNet Captions` [1] | [Source](
|
141 |
-
| | `ViTT` [2] | [Source](https://github.com/google-research-datasets/Video-Timeline-Tags-ViTT)
|
142 |
-
| | `YouCook2` [3] | [Source](http://youcook2.eecs.umich.edu/)
|
143 |
-
| Temporal Video Grounding | `DiDeMo` [4] | [Source](https://github.com/LisaAnne/
|
144 |
-
| | `QuerYD` [5] | [Source](https://www.robots.ox.ac.uk/~vgg/data/queryd/)
|
145 |
-
| | `HiREST_grounding` [6] | [Source](https://
|
146 |
-
| | `Charades-STA` [7] | [Source](https://github.com/jiyanggao/TALL)
|
147 |
-
| Video Summarization | `TVSum` [8] | [Source](https://github.com/yalesong/tvsum)
|
148 |
-
| | `SumMe` [9] | [Source](http://classif.ai/dataset/ethz-cvl-video-summe/)
|
149 |
-
| Video Highlight Detection | `QVHighlights` [10] | [Source](https://github.com/jayleicn/moment_detr/tree/main/data)
|
150 |
-
| Step Localization | `COIN` [11] | [Source](https://coin-dataset
|
151 |
-
| | `HiREST_step` [6] | [Source](https://
|
152 |
-
| Transcribed Speech Generation | `YT-Temporal` [12] | [Source](https://rowanzellers.com/merlot/#data)
|
153 |
|
154 |
### Annotations
|
155 |
|
|
|
99 |
|
100 |
```python
|
101 |
from datasets import load_dataset
|
|
|
|
|
|
|
102 |
|
103 |
ds_name = "youcook2" # change the dataset name here
|
104 |
dataset = load_dataset("ShuhuaiRen/TimeIT", ds_name)
|
|
|
132 |
|
133 |
### Source Data
|
134 |
|
135 |
+
| Task | Dataset [Citation] | Source |
|
136 |
+
|-------------------------------|----------------------------|------------------------------------------------------------------------------------|
|
137 |
+
| Dense Video Captioning | `ActivityNet Captions` [1] | [Source](http://activity-net.org/download.html) |
|
138 |
+
| | `ViTT` [2] | [Source](https://github.com/google-research-datasets/Video-Timeline-Tags-ViTT) |
|
139 |
+
| | `YouCook2` [3] | [Source](http://youcook2.eecs.umich.edu/) |
|
140 |
+
| Temporal Video Grounding | `DiDeMo` [4] | [Source](https://github.com/LisaAnne/LocalizingMoments?tab=readme-ov-file#dataset) |
|
141 |
+
| | `QuerYD` [5] | [Source](https://www.robots.ox.ac.uk/~vgg/data/queryd/) |
|
142 |
+
| | `HiREST_grounding` [6] | [Source](https://github.com/j-min/HiREST) |
|
143 |
+
| | `Charades-STA` [7] | [Source](https://github.com/jiyanggao/TALL) |
|
144 |
+
| Video Summarization | `TVSum` [8] | [Source](https://github.com/yalesong/tvsum) |
|
145 |
+
| | `SumMe` [9] | [Source](http://classif.ai/dataset/ethz-cvl-video-summe/) |
|
146 |
+
| Video Highlight Detection | `QVHighlights` [10] | [Source](https://github.com/jayleicn/moment_detr/tree/main/data) |
|
147 |
+
| Step Localization | `COIN` [11] | [Source](https://github.com/coin-dataset/annotations) |
|
148 |
+
| | `HiREST_step` [6] | [Source](https://github.com/j-min/HiREST) |
|
149 |
+
| Transcribed Speech Generation | `YT-Temporal` [12] | [Source](https://rowanzellers.com/merlot/#data) |
|
150 |
|
151 |
### Annotations
|
152 |
|