Skip to content

increased floating point prediction precision #9

@ctippur

Description

@ctippur

Hello,

I see that MTCNN detect_faces prediction is an integer.
Is there a way to get higher precision on its predictions?

[{'box': [33, 137, 443, 580], 'confidence': 0.9859113693237305, 'keypoints': {'left_eye': (169, 330), 'right_eye': (380, 335), 'nose': (276, 440), 'mouth_left': (162, 551), 'mouth_right': (369, 554)}}]

I would like to see 'left_eye': (169.xx, 330.yy) instead of just 'left_eye': (169, 330)

S

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