Beispiel #1
0
def plot_fashionLabel4(ax):

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

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

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

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

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

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