-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,617 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,28 @@ | ||
# AMT Video Annotation Tools | ||
|
||
This repo contains some prototype tools for video annotations. | ||
These single-page HTML tools are designed to be used for Amazon Mechanical Turks crowd-sourcing annotation. | ||
|
||
Some demo frames/GIFs are dumped from [Charades dataset](https://prior.allenai.org/projects/charades). | ||
|
||
Contributers: [@ranjaykrishna](https://github.com/ranjaykrishna) and me | ||
|
||
## Bounding boxes | ||
Provided with a reference video clip and the interested human action, the task is to draw a bounding box around an | ||
object involved in the action. | ||
|
||
See [bbox.html](bbox.html). | ||
|
||
## Human-object relationships | ||
Provided with a reference video clip and the interested human action, the task is to label all relationships between the | ||
actor and the object. | ||
|
||
See [relationship.html](relationship.html) | ||
|
||
## Clip multi-classification | ||
Find all occurring actions in each short video clip. | ||
|
||
See [multiclass.html](multiclass.html) | ||
|
||
|
||
|
Oops, something went wrong.