def predict_from_image()

in jetson_inference/artifacts/aws.greengrass.JetsonDLRImageClassification/1.0.0/inference.py [0:0]


def predict_from_image(image):
    r"""
    reshape the captured image and predict using it.
    """
    #cvimage = cv2.resize(image, reshape)
    predict(image)