Esempio n. 1
0
def plot_fashionLabel4(ax):

    image = core.get_data('figPattern/53labelPatchFashion.npy')
    aux.plotLabel(ax, image, ['S', 'Tr', 'T'], 'L')
Esempio n. 2
0
def plot_fashionLabel2(ax):

    image = core.get_data('figPattern/7labelSandpFashion.npy')
    aux.plotLabel(ax, image, ['S', 'Tr', 'T'], '')
Esempio n. 3
0
def plot_mnistLabel4(ax):

    image = core.get_data('figPattern/110labelPatchMnist.npy')
    aux.plotLabel(ax, image, [7, 4, 1, 0], '')
Esempio n. 4
0
def plot_mnistLabel2(ax):

    image = core.get_data('figPattern/75labelSandpMnist.npy')
    aux.plotLabel(ax, image, [7, 4, 1, 0], '')
Esempio n. 5
0
def plot_mnistLabelPatch(ax):

    image = core.get_data('fig5/27labelPatchMnist.npy')
    aux.plotLabel(ax, image, [7,4,1,0],'L')
Esempio n. 6
0
def plot_mnistLabelSandP(ax):

    image = core.get_data('fig5/145labelSandpMnist.npy')
    aux.plotLabel(ax, image, [7,4,1,0],'')