Skip to content

Instantly share code, notes, and snippets.

View nanguoyu's full-sized avatar
🎉
Work!

Dong Wang nanguoyu

🎉
Work!
View GitHub Profile
@nanguoyu
nanguoyu / coco.sh
Last active February 9, 2021 20:57 — forked from mkocabas/coco.sh
Download COCO dataset. Run under 'datasets' directory.
mkdir coco
cd coco
mkdir images
cd images
wget -c http://images.cocodataset.org/zips/train2017.zip
wget -c http://images.cocodataset.org/zips/val2017.zip
wget -c http://images.cocodataset.org/zips/test2017.zip
wget -c http://images.cocodataset.org/zips/unlabeled2017.zip
git config --global http.proxy 'socks5://192.168.18.17:1082'
git config --global https.proxy 'socks5://192.168.18.17:1082'
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy