syncnet_python
syncnet_python copied to clipboard
Out of time: automated lip sync in the wild
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.  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