How to read bucket image from AWS S3 into Sagemaker Jupyter Instance
问题 I am very new to AWS and the cloud environment. I am a machine learning engineer, I am planning to build a custom CNN into the AWS environment to predict a given image has an iPhone present or not. What I have done: Step 1: I have created a S3 bucket for iPhone classifier with the below folder structure : Iphone_Classifier > Train > Yes_iphone_images > 1000 images > No_iphone_images > 1000 images > Dev > Yes_iphone_images > 100 images > No_iphone_images > 100 images > Test > 30 random images