Open imalsogreg opened 8 years ago
So maybe the easiest thing is to bundle up frames in sets of 20, and treat each 20-frame bundle as one HIT.
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.
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.