Skip to content

issue regarding face id and rectangular box for recognized face #31

@sai0905

Description

@sai0905

I have followed this for realtime face-recognition using flask. I am capturing the image from frontend and accessing it in backend for recognizing. It is not displaying the face id for the image captured. Please help me to solve this issue.

Code:
if flask.request.method == "POST":
image = request.files["image"]
npimg = np.fromfile(image, np.uint8)
file = cv2.imdecode(npimg, cv2.IMREAD_COLOR)

i have written the above code to get the image captured.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions