I ran your code for different audio delays:
delay = 0.00 seconds - AV offset -2, conf 0.038
delay = 0.25 seconds - AV offset -9, conf 0.048
delay = 0.50 seconds - AV offset -15, conf 0.039
delay = 0.75 seconds - AV offset -4, conf 0.022
delay = 1.00 seconds - AV offset 12, conf 0.029
-
Clearly the delay is not being reflected with much confidence in the results. Is this a work in progress?
FYI, the above values were for videos converted from 30fps to 25fps, which had the issue of:
Mismatch between the number of audio and video frames. Type 'cont' to continue.
-
I see that the example video has the full face (1.5 x dlib face_rect) as the input to the lip model. Does this mean the model will only work for faces in the LRW dataset? I am trying with non-LRW faces.
I ran your code for different audio delays:
delay = 0.00 seconds - AV offset -2, conf 0.038
delay = 0.25 seconds - AV offset -9, conf 0.048
delay = 0.50 seconds - AV offset -15, conf 0.039
delay = 0.75 seconds - AV offset -4, conf 0.022
delay = 1.00 seconds - AV offset 12, conf 0.029
Clearly the delay is not being reflected with much confidence in the results. Is this a work in progress?
FYI, the above values were for videos converted from 30fps to 25fps, which had the issue of:
Mismatch between the number of audio and video frames. Type 'cont' to continue.I see that the example video has the full face (1.5 x dlib face_rect) as the input to the lip model. Does this mean the model will only work for faces in the LRW dataset? I am trying with non-LRW faces.