PacktPublishing/Modern-Computer-Vision-with-PyTorch

Chapter 6 (class_activation_maps)

AzitaKalantar opened this issue · 1 comments

The link for downloading data in Chapter06/Class_activation_maps.ipynb doesn't work

ftp link still down, this is how it works for me

!pip install -q kaggle
from google.colab import files
files.upload()
!mkdir -p ~/.kaggle
!cp kaggle.json ~/.kaggle/
!ls ~/.kaggle
!chmod 600 /root/.kaggle/kaggle.json
!kaggle datasets download -d iarunava/cell-images-for-detecting-malaria
!unzip cell-images-for-detecting-malaria.zip
!mv cell_images_for_detecting_malaria cell_images