-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the present auditory and action annotation example
- Loading branch information
1 parent
e6bd685
commit df8cd43
Showing
4 changed files
with
554 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"dog_action": { | ||
"Description": "This describes the actions of the dog character in the movie", | ||
"HED": "Label/dog_action, (Visual-presentation, (Agent-action, Animal-agent, (Action, Description/#)))" | ||
}, | ||
"boy_action": { | ||
"Description": "This describes the actions of the boy character in the movie", | ||
"HED": "Label/boy_action, (Visual-presentation, (Agent-action, (Human-agent, Male), (Action, Description/#)))" | ||
}, | ||
"mother_action": { | ||
"Description": "This describes the actions of the mother character in the movie", | ||
"HED": "Label/mother_action, (Visual-presentation, (Agent-action, (Human-agent, Female), (Action, Description/#)))" | ||
}, | ||
"environment_action": { | ||
"Description": "This describes the actions happening in the background environment in the movie", | ||
"HED": "Label/environment_action, (Visual-presentation, Description/#)" | ||
} | ||
} |
Oops, something went wrong.