Skip to content

Commit 5afc751

Browse files
committed
the present auditory and action annotation example
1 parent e6bd685 commit 5afc751

4 files changed

+554
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"dog_action": {
3+
"Description": "This describes the actions of the dog character in the movie",
4+
"HED": "Label/dog_action, (Visual-presentation, (Agent-action, Animal-agent, (Action, Description/#)))"
5+
},
6+
"boy_action": {
7+
"Description": "This describes the actions of the boy character in the movie",
8+
"HED": "Label/boy_action, (Visual-presentation, (Agent-action, (Human-agent, Male), (Action, Description/#)))"
9+
},
10+
"mother_action": {
11+
"Description": "This describes the actions of the mother character in the movie",
12+
"HED": "Label/mother_action, (Visual-presentation, (Agent-action, (Human-agent, Female), (Action, Description/#)))"
13+
},
14+
"environment_action": {
15+
"Description": "This describes the actions happening in the background environment in the movie",
16+
"HED": "Label/environment_action, (Visual-presentation, Description/#)"
17+
}
18+
}

0 commit comments

Comments
 (0)