mechanicalturk 相关问题

Mechanical Turk是Amazon Web Services的众包网络服务。它为人类可以执行的任务提供了一个市场。请求者发布由Workers执行的HIT(人工智能任务)。 AWS提供基于Web的API来创建和管理HIT。

访问 Crowd HTML 输出结果

我正在使用 Crowd HTML 元素创建一个网站,该网站允许用户/工作人员使用边界框格式注释图像。表格如下所示: 我正在使用 Crowd HTML Elements 创建一个网站,让用户/工作人员使用边界框格式注释图像。表格如下所示: <crowd-form> <crowd-bounding-box name="annotatedResult" labels="['Referee', 'Player']" src="https://s3.amazonaws.com/cv-demo-images/basketball-outdoor.jpg" header="Draw boxes around each basketball player and referee in this image" > <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> <short-instructions> Draw boxes around each basketball player and referee in this image. </short-instructions> </crowd-bounding-box> </crowd-form> 工人提交的结果如下所示: { "annotatedResult": { "boundingBoxes": [ { "height": 3300, "label": "Dog", "left": 536, "top": 154, "width": 4361 } ], "inputImageProperties": { "height": 3456, "width": 5184 } } } ] 我想获取此输出并将其写入数据库,将其传递给 AWS Lambda,将其存储为元数据等,但我不知道如何访问结果。 JSON 输出是我可以抓取的某些 HTML DOM 属性的属性吗? 我可以将 JavaScript 函数附加到众包形式部分的提交操作中... <script> document.querySelector('crowd-form').onsubmit = function() { ??? }; </script> ...但我不确定需要抓住什么物体才能获得结果。 您可以在 onsubmit 事件期间访问边界框,如下所示: <script> document.querySelector('crowd-form').onsubmit = function(e) { const boundingBoxes = document.querySelector('crowd-bounding-box').value.boundingBoxes || document.querySelector('crowd-bounding-box')._submittableValue.boundingBoxes; } </script> 这是一个可以工作的jsfiddle。

回答 1 投票 0

如何为 Amazon Mechanical Turk 准备包含表情符号字符的 CSV HIT 文件

亚马逊的 Mechanical Turk 拒绝包含 4 字节 UTF-8 字符(例如表情符号)的 CSV HIT 文件。然而,表情符号字符是工作人员任务中不可或缺的一部分,我需要保留它们。 我...

回答 1 投票 0

如何将 Amazon Mechanical Turkers 放入候补名单?

我是一名社会心理学研究员。我开发了一款可以识别玩家特定行为因素的在线游戏。每个游戏都需要特定数量的玩家同时玩。在

回答 1 投票 0

我可以在 MTurk HIT 的说明中添加图像吗?

我想展示一个示例图像,说明如何为 MTurk 工作人员在图像中注释关键点。优选地,示例图像将显示在简短说明和完整说明中

回答 1 投票 0

Mturk:将 HIT 从沙盒转移到生产站点

如果我通过 Mturk 的 GUI 在沙盒中创建 HIT,是否可以将其传输到生产站点,或者我是否必须在生产站点中手动重新创建 HIT? 特别是,是否可能...

回答 1 投票 0

从Boto API中获取Mechanical Turk任务的输入数据(例如图片url)。

当通过boto API从Mechanical Turk任务中获取结果时,我如何才能在创建新批次之前从CSV中看到输入数据?我能够找到的唯一方法是......

回答 1 投票 0

等候太早回来

我正在从DynamoDB中检索图像文件名列表,并使用这些图像文件名来替换网站中一部分的默认src=图像。我是一个JS新手,所以我肯定缺少 ...

回答 2 投票 0

亚马逊机械突击队:使用网站UI创建了一个工作,但希望使用Python API接受拒绝工作。

我创建了一个数据收集作业(HITs),使用机械土耳其网站。我想拒绝approve工作使用python API,因为这将加快进程。我可以批准的过程中...

回答 1 投票 0

使用boto3的externalQuestion用create_hit创建的hit,在请求者的账户中不可见。

我是一个新手mturk用户。我创建了HITs的众包使用外部问题托管在服务器上。我想知道是否有一个Web界面,我可以看到我的HITs的进展。我试着找...

回答 1 投票 4

在哪里创建机械土耳其人的外部问题

我正在尝试创建一个ExternalQuestion,但是我总是收到一个错误。也没有用于创建ExternalQuestions的模板,因此我只使用“其他”模板并粘贴以下代码。我用了...

回答 1 投票 0

Heroku:为Amazon mturk缩放-这可行吗?哪种类型

[如果您在heroku上拥有免费的经过验证的帐户并创建了一个项目,则可以合理地假设它为部署在众包上的在线实验提供了足够的计算能力...

回答 1 投票 0

在机械推力HIT上使用I型车架?

我想使用iframe在AMT上托管一个外部网站,并允许用户在该网站上做出答复。但是,出现以下错误:来自“ https://requestersandbox.mturk ....]的资源

回答 1 投票 0

在MTurk中的页面中多次点击

[在Mturk中,我们希望在一页的框中显示一组推文,例如20条推文。然后,工作人员在与特定概念(例如“企业家精神”)相关的推文(框)上单击JUST。对于...

回答 1 投票 1


AWS SageMaker-提交按钮不适用于自定义模板

[当我在AWS SageMaker上创建新作业时,使用带有人群形式的自定义模板(请参阅随附的示例),提交按钮不起作用,甚至无法单击。反正有做这项工作吗? ...

回答 1 投票 1

AWS MTURK SDK:从匹配信息中提取数据?

我已经使用SDK成功检索了我的HIT信息:$ hitInfo = $ this-> mturk-> getHIT(['HITId'=> $ hit_id,]);我想访问到期字段...

回答 1 投票 0

机械特克:外部问题无法通过请求者界面进行操作

是否可以通过AWS请求者界面使用外部问题标签(https://docs.aws.amazon.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_ExternalQuestionArticle.html?我已经尝试过,但是...

回答 1 投票 0

Amazon MTurk:无法删除状态为“可审阅”的HIT

我正在使用此处提供的脚本从Amazon Mechanical Turk平台删除已部署的HIT。但是,mturk客户端收到以下异常:发生错误(RequestError)...

回答 1 投票 0

MTURK API:从PHP访问分配对象的私有字段?

我的PHP应用正在通过API访问MTURK,并返回了一个看起来像这样的Assignment对象:我正在尝试访问Answer字段。到目前为止,我已经尝试过:$ temp = $ theResult-> Answer; $ temp = ...

回答 1 投票 0

使用AWS CLI获取具有特定HITTypeId的HITId

我正在使用aws cli获取仅包含一个特定HITTypeId的HITId的表。查询:aws mturk list-hits-输出表--query'HITs []。{“ 1。HITId”:HITId,“ 2. Title”:标题,“ 3。Status”:...

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.