def plot_fashionLabel4(ax): image = core.get_data('figPattern/53labelPatchFashion.npy') aux.plotLabel(ax, image, ['S', 'Tr', 'T'], 'L')
def plot_fashionLabel2(ax): image = core.get_data('figPattern/7labelSandpFashion.npy') aux.plotLabel(ax, image, ['S', 'Tr', 'T'], '')
def plot_mnistLabel4(ax): image = core.get_data('figPattern/110labelPatchMnist.npy') aux.plotLabel(ax, image, [7, 4, 1, 0], '')
def plot_mnistLabel2(ax): image = core.get_data('figPattern/75labelSandpMnist.npy') aux.plotLabel(ax, image, [7, 4, 1, 0], '')
def plot_mnistLabelPatch(ax): image = core.get_data('fig5/27labelPatchMnist.npy') aux.plotLabel(ax, image, [7,4,1,0],'L')
def plot_mnistLabelSandP(ax): image = core.get_data('fig5/145labelSandpMnist.npy') aux.plotLabel(ax, image, [7,4,1,0],'')