Merge branch 'main' into rknn-toolkit-lite2
This commit is contained in:
@@ -80,7 +80,7 @@ class FaceDetectionOutput(TypedDict):
|
||||
|
||||
class DetectedFace(TypedDict):
|
||||
boundingBox: BoundingBox
|
||||
embedding: npt.NDArray[np.float32]
|
||||
embedding: str
|
||||
score: float
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user