简体   繁体   English

AWS-DeepLens:如何在 S3 中访问用于对象识别的预训练模型

[英]AWS-DeepLens: How to access the pre-trained model for object recognition in S3

I am using AWS with the DeepLens device and I want to fine-tune a model for object-recognition.我正在将 AWS 与 DeepLens 设备一起使用,并且我想微调对象识别模型。 Because DeepLens still has limitations with the layers it can support I want to start from the same model that the demo project has.因为 DeepLens 对它可以支持的层仍然有限制,所以我想从演示项目具有的相同模型开始。

According to the description of the demo project the model is at s3://deeplens-managed-resources/models/SSDresNet50.根据演示项目的描述,模型位于 s3://deeplens-managed-resources/models/SSDresNet50。

However, when I open the S3 service there is no deeplens-managed-resources bucket.但是,当我打开 S3 服务时,没有 deeplens-managed-resources 存储桶。

Does anyone know why could that be and how I can access the model?有谁知道为什么会这样以及我如何访问模型?

PS: If more information is needed please let me know so that I can edit my answer to include it. PS:如果需要更多信息,请告诉我,以便我可以编辑我的答案以包含它。

I dont know about the S3 managed bucket but you can find the pretrained model inside your deeplens when you deploy the sample project.我不知道 S3 托管存储桶,但您可以在部署示例项目时在 deeplens 中找到预训练模型。 This model files can be obtained in /opt/awscam/artifacts/ location and then you can pick it to retrain your model.可以在 /opt/awscam/artifacts/ 位置获取此模型文件,然后您可以选择它来重新训练您的模型。

I could not find a way to access the deeplens-managed-resources bucket from the AWS console on a web browser.我找不到从 Web 浏览器上的 AWS 控制台访问 deeplens-managed-resources 存储桶的方法。

However, one can access it with the AWS-cli and use the "aws s3 sync" command to download the bucket's content in a local directory.但是,可以使用 AWS-cli 访问它并使用“aws s3 sync”命令将存储桶的内容下载到本地目录中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在AWS上加载预训练的模型 - Load pre-trained model on AWS 如何在 AWS sagemaker 中运行预训练的 model? - how to run a pre-trained model in AWS sagemaker? 如何使用 AWS SageMaker Notebook 实例部署预训练的 model? - How to deploy a Pre-Trained model using AWS SageMaker Notebook Instance? 借助 AWS SageMaker,是否可以使用 sagemaker SDK 部署预训练模型? - With AWS SageMaker, is it possible to deploy a pre-trained model using the sagemaker SDK? 在 aws sagemaker 上部署预训练的 tensorflow model - ModelError:调用 InvokeEndpoint 操作时发生错误 (ModelError) - Deploy pre-trained tensorflow model on the aws sagemaker - ModelError: An error occurred (ModelError) when calling the InvokeEndpoint operation 如何使用python在aws s3的预签名url中隐藏我的访问密钥 - how can I hide my access key in pre-signed url by aws s3 using python 带有对象标签的 AWS S3 访问策略 - AWS S3 access policy with object tags 如何使用训练有素的 AWS model 执行实时 Object 检测 - How to perform Real Time Object Detection with trained AWS model 拒绝直接访问AWS S3对象 - Denying direct access to AWS S3 Object 如何跟踪 AWS S3 预签名 URL - How to track AWS S3 Pre-sign urls
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM