mirror of
https://github.com/deepinsight/insightface.git
synced 2026-02-20 13:00:19 +00:00
Added the system resource management and monitoring functions
This commit is contained in:
@@ -50,6 +50,8 @@ draw = image.copy()
|
||||
for idx, face in enumerate(faces):
|
||||
print(f"{'==' * 20}")
|
||||
print(f"idx: {idx}")
|
||||
# Print detection confidence.
|
||||
print(f"detection confidence: {face.detection_confidence}")
|
||||
# Print Euler angles of the face.
|
||||
print(f"roll: {face.roll}, yaw: {face.yaw}, pitch: {face.pitch}")
|
||||
# Draw bounding box around the detected face.
|
||||
|
||||
Reference in New Issue
Block a user