File size: 271 Bytes
5fb895c
 
c261ef3
 
 
90aa08b
c261ef3
13dde6e
c261ef3
decb04d
 
c261ef3
1
2
3
4
5
6
7
8
9
10
11
12
13
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras.models import load_model
import numpy as np
import matplotlib.pyplot as plt
#import cv2
from PIL import Image
#from resizeimage import resizeimage
label=[]
for i in range (10):
  label.append(1)