I am trying to run the code in google colab notebook but getting an error in the following code snippet-
“”"
from utils import resize_image
resized_image = resize_image(raw_image, input_size=1024)
resized_image
“”"
The error is-
ImportError: cannot import name ‘resize_image’ from ‘utils’ (/usr/local/lib/python3.10/dist-packages/utils/init.py)
Thank you for your response. I am unable to find the utils.py file either in that particular lecture or in the appendix, please let me know from where to get it.