Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,6 @@ language:
|
|
11 |
|
12 |
## Overview
|
13 |
FETV consist of a diverse set of text prompts, categorized based on three orthogonal aspects: major content, attribute control, and prompt complexity.
|
14 |
-
![](./categorization.png)
|
15 |
|
16 |
## Dataset Structure
|
17 |
### Data Instances
|
@@ -34,13 +33,13 @@ All FETV data are all available in the file `fetv_data.json`. Each line is a dat
|
|
34 |
}
|
35 |
```
|
36 |
### Data Fields
|
37 |
-
* "video_id"
|
38 |
-
* "prompt"
|
39 |
-
* "major content"
|
40 |
-
* "
|
41 |
-
* "
|
|
|
|
|
42 |
|
43 |
### Dataset Statistics
|
44 |
FETV contains 619 text prompts. The data distributions over different categories are as follows (the numbers over categories do not sum up to 619 because a data instance can belong to multiple categories)
|
45 |
-
![](./content_attribute_statistics.png)
|
46 |
-
![](./complexity_statistics.png)
|
|
|
11 |
|
12 |
## Overview
|
13 |
FETV consist of a diverse set of text prompts, categorized based on three orthogonal aspects: major content, attribute control, and prompt complexity.
|
|
|
14 |
|
15 |
## Dataset Structure
|
16 |
### Data Instances
|
|
|
33 |
}
|
34 |
```
|
35 |
### Data Fields
|
36 |
+
* "video_id": The video identifier in the original dataset where the prompt comes from.
|
37 |
+
* "prompt": The text prompt for text-to-video generation.
|
38 |
+
* "major content": The major content described in the prompt.
|
39 |
+
* "attribute control": The attribute that the prompt aims to control.
|
40 |
+
* "prompt complexity": The complexity of the prompt.
|
41 |
+
* "source": The original dataset where the prompt comes from, which can be "WebVid", "MSRVTT" or "ours".
|
42 |
+
* "video_url": The url link of the reference video.
|
43 |
|
44 |
### Dataset Statistics
|
45 |
FETV contains 619 text prompts. The data distributions over different categories are as follows (the numbers over categories do not sum up to 619 because a data instance can belong to multiple categories)
|
|
|
|