Skip to content

Instantly share code, notes, and snippets.

View danielajisafe's full-sized avatar

Daniel Ajisafe danielajisafe

View GitHub Profile
@danielajisafe
danielajisafe / Connect Google Colab+Drive with SSH.ipynb
Created January 24, 2024 03:52 — forked from bikcrum/Connect Google Colab+Drive with SSH.ipynb
This is the way how can you connect google colab as well as google drive (mounted) using SSH. This is useful when you want to download data directly to your google drive specially for machine learning purpose. It can be easy to mount google drive and use files into for your code.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danielajisafe
danielajisafe / coco.sh
Created January 27, 2024 23:11 — forked from mkocabas/coco.sh
Download COCO dataset. Run under 'datasets' directory.
mkdir coco
cd coco
mkdir images
cd images
wget http://images.cocodataset.org/zips/train2017.zip
wget http://images.cocodataset.org/zips/val2017.zip
wget http://images.cocodataset.org/zips/test2017.zip
wget http://images.cocodataset.org/zips/unlabeled2017.zip