1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
【以下的回答经过翻译处理】 您好 mymingle,
控制台只是启动您的训练的一种方式。它提供了一个端到端的体验,上传图像,根据需要进行注释,训练和查看结果。
您还可以通过任何其他方式创建清单文件。只要它符合格式要求,培训就能够使用它。您可以在此处找到格式-https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/cd-manifest-files.html
请注意,分类(没有边界框)和对象检测(每个图像一个或多个边界框)的格式差异。从您之前的帖子中可以看出,您有边界框。如果是这种情况,请参考上面链接中的“对象检测所需字段”部分。
在构建文件时,请确保它也满足此处指定的验证规则 - https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/cd-manifest-files-validation-rules.html
一旦有一个清单文件准备就绪,您可以通过CLI启动培训:
1.首先创建项目
https://docs.aws.amazon.com/rekognition/latest/dg/API_CreateProject.html
2.在此项目下创建项目版本
https://docs.aws.amazon.com/rekognition/latest/dg/API_CreateProjectVersion.html
这个API会启动实际的培训过程。
您在提问中贴出的链接就是使用SDK进行相同操作的文档。
Contenus pertinents
- demandé il y a 3 mois
- demandé il y a 9 mois
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans