source/containers/face-comparison/recognizer/predictor.py [116:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                confidence=float(bbox[-1]),
                key_points={
                    'eyeLeft': [float(pts5[0][0]), float(pts5[0][1])],
                    'eyeRight': [float(pts5[1][0]), float(pts5[1][1])],
                    'nose': [float(pts5[2][0]), float(pts5[2][1])],
                    'mouthLeft': [float(pts5[3][0]), float(pts5[3][1])],
                    'mouthRight': [float(pts5[4][0]), float(pts5[4][1])],
                }
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/containers/face-comparison/recognizer/predictor.py [138:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    confidence=float(bbox[-1]),
                    key_points={
                        'eyeLeft': [float(pts5[0][0]), float(pts5[0][1])],
                        'eyeRight': [float(pts5[1][0]), float(pts5[1][1])],
                        'nose': [float(pts5[2][0]), float(pts5[2][1])],
                        'mouthLeft': [float(pts5[3][0]), float(pts5[3][1])],
                        'mouthRight': [float(pts5[4][0]), float(pts5[4][1])],
                    }
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



