From 54fad16a161d2e06ae286bc71ef57dd8b3f261cb Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Tue, 9 Jan 2024 22:31:44 +0200 Subject: [PATCH] remove commented-out old blink probability check --- talkinghead/tha3/app/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/talkinghead/tha3/app/app.py b/talkinghead/tha3/app/app.py index 18f4335..e591257 100644 --- a/talkinghead/tha3/app/app.py +++ b/talkinghead/tha3/app/app.py @@ -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