我尝试将几种人群包围盒以一种形式包装在mturk中,但是当用户单击“提交”按钮时,它仅提交第一张图片的包围盒。如果有人有经验,可以举个例子吗?
我所做的是在一个人群表单中放置五个crowder-html元素作为布局,但这会使每个人群元素都有自己的提交框。
这是默认边框的代码:
<crowd-bounding-box
src="https://sudz-parts.s3.amazonaws.com/${item_6}.jpg"
labels="['screw1']"
header="Draw bounding boxes around the requested items. Complete all 6 images in order to get paid. Thank You!"
name="annotatedResult">
<!-- Use the short-instructions section for quick instructions that the Worker
will see while working on the task. Including some basic examples of
good and bad answers here can help get good results. You can include
any HTML here. -->
<short-instructions>Draw a box around the screw in the picture. Make sure the box covers the entire screw</short-instructions>
<!-- Use the full-instructions section for more detailed instructions that the
Worker can open while working on the task. Including more detailed
instructions and additional examples of good and bad answers here can
help get good results. You can include any HTML here. -->
<full-instructions header="Bounding Box Instructions">
<p>Use the bounding box tool to draw boxes around the requested target of interest:</p>
<ol>
<li>Draw a rectangle using your mouse over each instance of the target.</li>
<li>Make sure the box does not cut into the target, leave a 2 - 3 pixel margin</li>
<li>When targets are overlapping, draw a box around each object, include all
contiguous parts of the target in the box. Do not include parts that are completely
overlapped by another object.</li>
<li>Do not include parts of the target that cannot be seen, even though you think you
can interpolate the whole shape of the target.</li>
<li>Avoid shadows, they're not considered as a part of the target.</li>
<li>If the target goes off the screen, label up to the edge of the image.</li>
</ol>
</full-instructions>
</crowd-bounding-box>