Activity for mjkatre18
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #289226 | Initial revision | — | over 1 year ago |
Question | — |
HOW TO HANDLE THIS ERROR: "Failed to get input map for signature: serving_default" import requests import json import numpy as np import base64 import cv2 Replace this with the actual image path you want to test imagepath = 'HL.jpg' Read and preprocess the image image = cv2.imread(imagepath) image = cv2.resize(image, (256, 256)) image = image.astype(np.float32) / 255.... (more) |
— | over 1 year ago |