How can I get existing labels into SageMaker Ground Truth? I haven't been able to identify an API to do that, but did I miss an available option or is there a recommended way to do this?
Asked
Active
Viewed 89 times
1 Answers
0
I was able to apply existing labels by setting them in the .manifest
that was used for the list of images to use:
See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-output.html#sms-output-box

Dave Johansen
- 889
- 1
- 7
- 23
-
Can you share your example? What did you put instead of "bounding-box-attribute-name"? – Alcibiades Aug 03 '23 at 11:28
-
I figured out that I can put anything I want there – Alcibiades Aug 03 '23 at 11:55