Note that filter-repo deletes remote section in .git\config
git filter-repo --mailmap mymailmap --force
or
The dataset can be found on the official website if you are affiliated with a research organization. It is also available on Academic torrents.
This script extracts all the images and group them so that folders contain images that belong to the same class.
ILSVRC2012_img_train.tar
and ILSVRC2012_img_val.tar
wget https://gist.githubusercontent.com/antoinebrl/7d00d5cb6c95ef194c737392ef7e476a/raw/dc53ad5fcb69dcde2b3e0b9d6f8f99d000ead696/prepare.sh
./prepare.sh
""" | |
Python implementation of the color map function for the PASCAL VOC data set. | |
Official Matlab version can be found in the PASCAL VOC devkit | |
http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html#devkit | |
""" | |
import numpy as np | |
from skimage.io import imshow | |
import matplotlib.pyplot as plt | |
def color_map(N=256, normalized=False): |