Skip to content

Instantly share code, notes, and snippets.

View kamwoh's full-sized avatar

Ng Kam Woh kamwoh

View GitHub Profile
@kamwoh
kamwoh / extract_ILSVRC.sh
Created April 13, 2021 01:25 — forked from BIGBALLON/extract_ILSVRC.sh
script for ImageNet data extract.
#!/bin/bash
#
# script to extract ImageNet dataset
# ILSVRC2012_img_train.tar (about 138 GB)
# ILSVRC2012_img_val.tar (about 6.3 GB)
# make sure ILSVRC2012_img_train.tar & ILSVRC2012_img_val.tar in your current directory
#
# https://github.com/facebook/fb.resnet.torch/blob/master/INSTALL.md
#
# train/