Add numpy

This commit is contained in:
Samuel Ortion 2021-03-06 20:04:44 +01:00
parent d2cbcb3378
commit 25190c64e2
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import argparse
import glob
import time
from PIL import Image
import numpy as np
def set_input_tensor(interpreter, image):