CBMM / petersonfaces

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

MTurk strategy #3

Open imalsogreg opened 8 years ago

imalsogreg commented 8 years ago

The Turk API is tricky to work with for fully External questions. 'Other' (non-external) question type seems to allow arbitrary javascript to run in an iframe. If we can list the individual images as rows in a Task Batch CSV, and request rows one at a time without reloading the iframe source, then this would be the easiest way of hosting the face-picker widget.

imalsogreg commented 8 years ago

Notes from chat with @raygon (Thanks!)

So maybe the easiest thing is to bundle up frames in sets of 20, and treat each 20-frame bundle as one HIT.

imalsogreg commented 8 years ago

tagging (https://github.com/cbmm/tagging) now supports mechanical turk visitors. tagging has an API endpoint for serving a link to a Turk external question hosted on tagging. Now that I've played with that for other tagging projects, I think it's the easiest way forward for the face labeling task.