Overview
This release offers clarity and ease of use for Model-in-the-Loop tasks. The pattern of communicating with the server over the course of the task (called "remote procedures") was added to FormComposer, and an example called "Interactive Generation of a Look-Alike Image" was provided. Other examples of remote procedure tasks were brought up-to-date as well.
FormComposer gainded a few useful additions:
- dynamic fieldsets (to save multiple instances of the same response fieldset)
- additional flexibility for coding up UI triggers
- buttons as an element of a form fieldset
This is useful when:
- Worker should react to continuously generated content
- Worker should guide your algorithm to achieve a goal
What's Changed
- Renamed React component files to jsx; fixed VideoAnnotator bug by @meta-paul in #1256
- Added example task 'Interactive Image Generation' by @meta-paul in #1257
- Updated remote procedure examples; Refactored remote procedure blueprint by @meta-paul in #1258
Full Changelog: v1.5.2...v1.5.3