Repoaner commited on
Commit
8d99a86
1 Parent(s): f76e4ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ extra_gated_prompt: >-
4
+ You agree to not use the dataset to conduct experiments that cause harm to
5
+ human subjects. Please note that the data in this dataset may be subject to
6
+ other agreements. Before using the data, be sure to read the relevant
7
+ agreements carefully to ensure compliant use. Video copyrights belong to the
8
+ original video creators or platforms and are for academic research use only.
9
+ task_categories:
10
+ - visual-question-answering
11
+ - video-classification
12
+ extra_gated_fields:
13
+ Name: text
14
+ Company/Organization: text
15
+ Country: text
16
+ E-Mail: text
17
+ modalities:
18
+ - Video
19
+ - Text
20
+ configs:
21
+ - config_name: action_sequence
22
+ data_files: json/action_sequence.json
23
+ - config_name: moving_count
24
+ data_files: json/moving_count.json
25
+ - config_name: action_prediction
26
+ data_files: json/action_prediction.json
27
+ - config_name: episodic_reasoning
28
+ data_files: json/episodic_reasoning.json
29
+ - config_name: action_antonym
30
+ data_files: json/action_antonym.json
31
+ - config_name: action_count
32
+ data_files: json/action_count.json
33
+ - config_name: scene_transition
34
+ data_files: json/scene_transition.json
35
+ - config_name: object_shuffle
36
+ data_files: json/object_shuffle.json
37
+ - config_name: object_existence
38
+ data_files: json/object_existence.json
39
+ - config_name: fine_grained_pose
40
+ data_files: json/fine_grained_pose.json
41
+ - config_name: unexpected_action
42
+ data_files: json/unexpected_action.json
43
+ - config_name: moving_direction
44
+ data_files: json/moving_direction.json
45
+ - config_name: state_change
46
+ data_files: json/state_change.json
47
+ - config_name: object_interaction
48
+ data_files: json/object_interaction.json
49
+ - config_name: character_order
50
+ data_files: json/character_order.json
51
+ - config_name: action_localization
52
+ data_files: json/action_localization.json
53
+ - config_name: counterfactual_inference
54
+ data_files: json/counterfactual_inference.json
55
+ - config_name: fine_grained_action
56
+ data_files: json/fine_grained_action.json
57
+ - config_name: moving_attribute
58
+ data_files: json/moving_attribute.json
59
+ - config_name: egocentric_navigation
60
+ data_files: json/egocentric_navigation.json
61
+ language:
62
+ - en
63
+ size_categories:
64
+ - 1K<n<10K
65
+ ---