About downloading data

Hi! I am really new about Github. When I follow the guideline to use Git clone, the files seems all empty in data directory. How can I download the data correctly? Please help me!

1 Like

Hi Bomin,

First install git LFS exe , then run the Git commands mentioned in the Challengern website.

1 Like

This GitHub Issue is along similar lines.

If you are on a linux machine or using google colab follow these steps:

! curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
! sudo apt-get install git-lfs
! git lfs install
! git clone https://github.com/neheller/kits19.git
3 Likes

Hi @Danielh_Carranza, during the last command of cloning the repository in google colab, it is not able to load the dataset. and the disk space is not available anymore. I think it can’t be cloned in google colab. Please suggest me on that.

Be sure that your runtime it’s on a GPU ( 330gb disk space). Then code the following:

! curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
! sudo apt-get install git-lfs
! git lfs install
! git clone -b interpolated --single-branch https://github.com/neheller/kits19