syncnet_python
syncnet_python copied to clipboard
Out of time: automated lip sync in the wild
I am not sure the all_scores.txt first row is LSE-C or LSE-D
1:The unit of "offset" is milliseconds? Can you illustrate its meaning with an example? 2:Typically, the confidence range is from 0 to 1, but in this case, the range is...
Thanks for the great work!! Can you please provide the code for training the model.
I want to change the resize value from (224, 224) to (288, 288). I don’t know what else to change besides changing the literal value. `vOut.write(cv2.resize(face, (224, 224))) vOut =...
Example, or tutorial or something?
- Can now clone and `pip install -e .` or add as github dependency. - Can import from other python scripts with `from syncnet.run_all import run_all` etc. - Can run...
The data directory doesnt exist anymore and the link to download the model which is there in the earlier commits is also taken out and doesnt work anymore
Do you have plan to implement syncnet-python in C++ or Rust? Embedded systems typically use C, C++, or Rust instead of Python. Would it be acceptable to attempt implementing Syncnet...