我已经阅读了所有关于增强清单文件的现有文档。我没有看到我的文件有什么不同,但我在训练时不断遇到这个错误:
ClientError: Data download failed:Failed to download data. Unable to parse augmented manifest, error in line: 1
我的示例第一行:
{"source-ref": "s3://test-bucket/test-data/test/bucket/10done.png", "video-frame-object-detection": {"annotations": [{"class_id": 1, "top": 880, "left": 43, "width": 2499, "height": 324}], "image_size": [{"width": 2543, "height": 2543, "depth": 3}]}, "video-frame-object-detection-metadata": {"class-map": {"0": "Good", "1": "Bad"}, "human-annotated": "no", "creation-date": "2022-06-09T11:01:27.440682", "type": "programmatically-created-labels"}}
以下是我的中断的外观(文件结束):
我如何手动创建清单文件:
Sagemaker也认识到了我的属性。
1条答案
按热度按时间qnzebej01#
该错误显然是来自您的Augment清单文件的语法错误。它应该是jsonlines格式。你能和其他人核实一下吗