aws-samples / amazon-sagemaker-tensorflow-object-detection-api

Train and deploy models using TensorFlow 2 with the Object Detection API on Amazon SageMaker
MIT No Attribution
42 stars 34 forks source link

Missing ecr_image_fullname file #3

Closed aleksandar closed 3 years ago

aleksandar commented 3 years ago

Hi,

In prepare_data.ipynb, this block throws an exception:

# Get the ECR image uri
with open (os.path.join('docker', 'ecr_image_fullname.txt'), 'r') as f:
    container = f.readlines()[0][:-1]

print(container)

File ecr_image_fullname.txt is missing.

Thanks, Alex