remove commented-out old blink probability check

This commit is contained in:
Juha Jeronen
2024-01-09 22:31:44 +02:00
parent 5fdf62e771
commit 54fad16a16

View File

@@ -432,8 +432,6 @@ class Animator:
Return the modified pose.
"""
# should_blink = (random.random() <= 0.03)
# Compute FPS-corrected blink probability
CALIBRATION_FPS = 25
p_orig = 0.03 # blink probability per frame at CALIBRATION_FPS