Skip to content

bug in face_box.py example #10

@jamcinnes2

Description

@jamcinnes2

There appears to be a bug in line 100 of face_box.py. I think you want to convert back to BGR like this. When I did this it started showing the proper image:

    cv2.imshow('Face Mesh', cv2.cvtColor(image, cv2.COLOR_RGB2BGR))

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