Skip to content

Instantly share code, notes, and snippets.

@MercyMarkus
Last active April 18, 2019 14:46
Show Gist options
  • Save MercyMarkus/c497eb98713e3272b1192ca19aaabe3e to your computer and use it in GitHub Desktop.
Save MercyMarkus/c497eb98713e3272b1192ca19aaabe3e to your computer and use it in GitHub Desktop.
# Get the data from dropbox link
!wget https://www.dropbox.com/s/6kltw0kqynlijxv/widsdatathon2019.zip
# The downloaded competition data is zipped, let us unzip it
!unzip widsdatathon2019.zip
# The training and testing data have already been seperated, Unzip them as well
!unzip train_images.zip
!unzip leaderboard_holdout_data.zip
!unzip leaderboard_test_data.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment