from PIL import Image example_image = Image.open("test.jpg").resize((224, 224)) out_dict = model.predict({"input_1": example_image}) ...
確定! 回上一頁