-
Prerequisite
Describe the questionHi, Dear. I want to use AWS s3 bucket for working directory.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Not yet. |
Beta Was this translation helpful? Give feedback.
-
Thanks for quick reply! Your information is very convenient for me. |
Beta Was this translation helpful? Give feedback.
-
Hi @snowhork , the AWS backend will be provided in MMEngine in the next month. |
Beta Was this translation helpful? Give feedback.
Not yet.
Usually, MMClassification doesn't handle file io related functions, and we use the
FileClient
in mmcv to deal with different file backends. And the AWS backend support is still in progress, see open-mmlab/mmcv#1545.Of course, you can also implement a data transform to load images from AWS, refers to LoadImageFromFile