matybohacek commited on
Commit
0f698f4
·
verified ·
1 Parent(s): e816036

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -122,7 +122,7 @@ task_categories:
122
 
123
  <img src="https://data.matsworld.io/ucbresearch/deepaction.gif" 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. Refer to our <a href=''>our pre-print</a> for details.
126
 
127
  <br>
128
 
@@ -139,7 +139,7 @@ dataset = load_dataset("faridlab/deepaction_v1", trust_remote_code=True)
139
 
140
  ## Data
141
 
142
- The data is structured into seven folders corresponding to text-to-video AI models, each with 100 subfolders corresponding to human action classes. All videos in a given subfolder were generated using the same prompt (see the list of prompts <a href=''>here</a>).
143
 
144
  Included below are example videos generated using the prompt "a person taking a selfie". Note that, since each text-to-video AI model generates videos with different ratios and resolutions, these videos were normalized 512x512.
145
 
 
122
 
123
  <img src="https://data.matsworld.io/ucbresearch/deepaction.gif" style="width: 100%">
124
 
125
+ The DeepAction dataset contains over 3,000 videos generated by six 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, Pexels, RunwayML, StableDiffusion, Veo (pre-release version), and VideoPoet. Refer to our <a href=''>our pre-print</a> for details.
126
 
127
  <br>
128
 
 
139
 
140
  ## Data
141
 
142
+ The data is structured into seven folders, with six folders corresponding to text-to-video AI models and one folder for real videos. Each of these folders has 100 subfolders corresponding to human action classes. All videos in a given subfolder were generated using the same prompt (see the list of prompts <a href=''>here</a>).
143
 
144
  Included below are example videos generated using the prompt "a person taking a selfie". Note that, since each text-to-video AI model generates videos with different ratios and resolutions, these videos were normalized 512x512.
145