本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
Amazon SageMaker Ground Truth 會將標籤驗證資料寫入至標籤中繼資料內的輸出資訊清單。它會將兩個屬性新增至中繼資料:
-
type
屬性,其值為groundtruth/label-verification
。 -
worker-feedback
屬性,具有comment
值的陣列。此屬性是在工作者輸入註解時新增的。如果沒有註解,則欄位不會出現。
下列範例輸出資訊清單顯示標籤驗證資料的出現方式:
{
"source-ref":"S3 bucket location",
"verify-bounding-box":"1",
"verify-bounding-box-metadata":
{
"class-name": "bad",
"confidence": 0.93,
"type": "groundtruth/label-verification",
"job-name": "verify-bounding-boxes",
"human-annotated": "yes",
"creation-date": "2018-10-18T22:18:13.527256",
"worker-feedback": [
{"comment": "The bounding box on the bird is too wide on the right side."},
{"comment": "The bird on the upper right is not labeled."}
]
}
}
調整任務的工作者輸出類似於原始任務的工作者輸出,只是它會包含調整的值和其值為 adjusted
或 unadjusted
的 adjustment-status
屬性,指出是否已進行調整。
如需更多不同任務的輸出範例,請參閱標記任務輸出資料。