matybohacek
commited on
Commit
•
6ba9650
1
Parent(s):
95706a2
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ tags:
|
|
8 |
pretty_name: DeepAction Dataset v1.0
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<style>
|
@@ -120,7 +122,7 @@ size_categories:
|
|
120 |
|
121 |
<img src="tbd" style="width: 100%">
|
122 |
|
123 |
-
|
124 |
|
125 |
<br>
|
126 |
|
@@ -128,19 +130,24 @@ TBD main description
|
|
128 |
|
129 |
# Licensing
|
130 |
|
131 |
-
TBD
|
132 |
|
133 |
<br>
|
134 |
|
135 |
# Getting Started
|
136 |
|
137 |
-
|
|
|
|
|
|
|
138 |
|
139 |
<br>
|
140 |
|
141 |
<br>
|
142 |
|
143 |
-
##
|
|
|
|
|
144 |
|
145 |
<table class="video-table">
|
146 |
<tr>
|
@@ -205,3 +212,17 @@ TBD
|
|
205 |
</td>
|
206 |
</tr>
|
207 |
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pretty_name: DeepAction Dataset v1.0
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
+
task_categories:
|
12 |
+
- video-classification
|
13 |
---
|
14 |
|
15 |
<style>
|
|
|
122 |
|
123 |
<img src="tbd" style="width: 100%">
|
124 |
|
125 |
+
The DeepAction dataset contains over 3,000 videos generated by seven text-to-video AI models, as well as real matched videos. These videos show people performing ordinary actions such as walking, running, and cooking. The AI models used to generate these videos include, in alphabetic order, AnimateDiff, CogVideoX5B, Lumiere, Pexels, RunwayML, StableDiffusion, Veo (pre-release version), and VideoPoet.
|
126 |
|
127 |
<br>
|
128 |
|
|
|
130 |
|
131 |
# Licensing
|
132 |
|
133 |
+
TBD, will be provided by pcounsel
|
134 |
|
135 |
<br>
|
136 |
|
137 |
# Getting Started
|
138 |
|
139 |
+
To get started, log into Hugging Face in your CLI environment, and run:
|
140 |
+
|
141 |
+
from datasets import load_dataset
|
142 |
+
dataset = load_dataset("TBD_DATASET_ID", trust_remote_code=True)
|
143 |
|
144 |
<br>
|
145 |
|
146 |
<br>
|
147 |
|
148 |
+
## Data
|
149 |
+
|
150 |
+
The data is structured into eight folders, corresponding to different text-to-video AI models. Each folder has 100 subfolders containing AI-generated videos. These subfolders correspond to action classes; all videos in a given subfolder were generated using the same prompt (see the list of prompts here).
|
151 |
|
152 |
<table class="video-table">
|
153 |
<tr>
|
|
|
212 |
</td>
|
213 |
</tr>
|
214 |
</table>
|
215 |
+
|
216 |
+
|
217 |
+
## Misc
|
218 |
+
|
219 |
+
Please use the following citation to refer to our work:
|
220 |
+
|
221 |
+
```bib
|
222 |
+
TBD
|
223 |
+
```
|
224 |
+
|
225 |
+
Matyas Bohacek, Google* and Stanford University
|
226 |
+
Hany Farid, University of California, Berkeley
|
227 |
+
|
228 |
+
This work was done during the first author's (MB) internship at Google.
|