Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
License:
lyx97 commited on
Commit
7c8afe9
1 Parent(s): 77cd8e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
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" is the video identifier in the original dataset where the prompt comes from.
38
- * "prompt" is the text prompt for text-to-video generation.
39
- * "major content", "attribute control" and "prompt complexity" are the three orthogonal aspects for categorization.
40
- * "source" denotes the original dataset where the prompt comes from, which can be "WebVid", "MSRVTT" or "ours".
41
- * "video_url" is the url link of the reference video.
 
 
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)