walkwithfastai / walkwithfastai.github.io

Host for https://walkwithfastai.com
Other
143 stars 53 forks source link

Course 2020 > 07 Binary Segmentation Can't be Run #66

Open paulterinho opened 1 year ago

paulterinho commented 1 year ago

Hi all,

Actually two issues with running https://walkwithfastai.com/Binary_Segmentation in Google Colab.

First Issue:

The download is broken: one the google drive URL no longer works directly. You need to download it then upload it because google asks if you are sure you want to.

Second Issue:

So once I manually uploaded the zip file, I've run the notebook and it gets stuck on loading the images and gives a very unhelpful error on this line dls = binary.dataloaders(path/'images_data_crop', bs=8)

The error looks like this:

AttributeError: read

Was curious if any one else has run into this?