syncnet_python icon indicating copy to clipboard operation
syncnet_python copied to clipboard

Out of time: automated lip sync in the wild

Results 42 syncnet_python issues
Sort by recently updated
recently updated
newest added

If I am correct, after downloading the models, I have to run ``` python run_pipeline.py --videofile /path/to/video.mp4 --reference name_of_video --data_dir /path/to/output python run_syncnet.py --videofile /path/to/video.mp4 --reference name_of_video --data_dir /path/to/output ```...

`pip install -r requirements.txt` will fail if pip is not sufficiently up to date. Installing `opencv-contrib-python` will fail with `ModuleNotFoundError: No module named 'skbuild'`.

For the command:ffmpeg -y -i %s -qscale:v 2 -async 1 -r 25 %s you set the fps to 25. But what if the original video's fps is not 25? Does...

I have been trying to use the repository to perform speech diarzation. I tried to test a 5 minutes long video with 1 person in frame, the AV sycronisation could...

Hello, I made Dockerfile. Thank you.

@joonson I have some doubt in the code of SyncNetInstance.py. ![Screenshot 2024-04-08 132416](https://github.com/joonson/syncnet_python/assets/123265273/54b944f3-6d8c-4e07-bde3-edb08e9da759) In the function calc_pdist the reason to consider the window it to take the consideration of the...

I have run all the commands, but there is no offsets.txt in the $DATA_DIR/pywork/$REFERENCE directory