Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
JingweiJ committed Jun 24, 2020
1 parent 9b36bc2 commit a98326a
Show file tree
Hide file tree
Showing 4 changed files with 2,617 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
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)



Loading

0 comments on commit a98326a

Please sign in to comment.