Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,8 @@ All FETV data are all available in the file `fetv_data.json`. Each line is a dat
|
|
30 |
},
|
31 |
"prompt complexity": ["simple"],
|
32 |
"source": "WebVid",
|
33 |
-
"video_url": "https://ak.picdn.net/shutterstock/videos/1006807024/preview/stock-footage-a-mountain-stream.mp4"
|
|
|
34 |
}
|
35 |
```
|
36 |
### Data Fields
|
@@ -41,6 +42,7 @@ All FETV data are all available in the file `fetv_data.json`. Each line is a dat
|
|
41 |
* "prompt complexity": The complexity of the prompt.
|
42 |
* "source": The original dataset where the prompt comes from, which can be "WebVid", "MSRVTT" or "ours".
|
43 |
* "video_url": The url link of the reference video.
|
|
|
44 |
|
45 |
### Dataset Statistics
|
46 |
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)
|
|
|
30 |
},
|
31 |
"prompt complexity": ["simple"],
|
32 |
"source": "WebVid",
|
33 |
+
"video_url": "https://ak.picdn.net/shutterstock/videos/1006807024/preview/stock-footage-a-mountain-stream.mp4",
|
34 |
+
"unusual type": null
|
35 |
}
|
36 |
```
|
37 |
### Data Fields
|
|
|
42 |
* "prompt complexity": The complexity of the prompt.
|
43 |
* "source": The original dataset where the prompt comes from, which can be "WebVid", "MSRVTT" or "ours".
|
44 |
* "video_url": The url link of the reference video.
|
45 |
+
* "unusual type": The type of unusual combination the prompt involves. Only available for data instances with `"source": "ours"`.
|
46 |
|
47 |
### Dataset Statistics
|
48 |
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)
|