Issue is getting complexed>>

hey, i tried uploading the notebook to the Google colab,
but i need to upload the file such as DATA/FLICKER_Data
and many more.
even after uploading single file , I getting the error in IMG_PATH.
As folder are not specified, How to resolve this? please help

Now i am getting the error in Uploading the file to the COllab , i changed the file to a Zip file then i tried to upload when i unzip it on collab using a code it says bad zip file. What to do?

Upload the unzipped folder in your google drive.

Add these lines in your code above,
from google.colab import drive
drive.mount(’/content/gdrive’)

Now you can access the your google drive with the path as “/content/gdrive/My drive/”. use os.listdir(’’) to know about the files present there and than use them directly.

Hope this cleared your doubt.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.