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

While I run run_syncnet.py getting below error : `WARNING: Audio (3.6720s) and video (3.7200s) lengths are different. Traceback (most recent call last): File "run_syncnet.py", line 40, in offset, conf, dist...

When i tried using the full pipeline with `!python /home3/thanhpv/vn-celeb/thanhpv/SyncNet/run_pipeline.py --videofile /home3/thanhpv/vn-celeb/thanhpv/data/rose_trimmed.mp4 --reference name_of_video --data_dir /home3/thanhpv/vn-celeb/thanhpv/SyncNet/output` I ran into a problem ![image](https://user-images.githubusercontent.com/95297646/206149126-d80274c2-6ef6-4955-9a49-7d0ec4eba676.png) Seems like the problem lies in line 236...

> after running "run_pipeline.py", I am getting this error : `Stream mapping: Stream #0:1 -> #0:0 (mp3 (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help Output #0,...

I'm trying to remove the offset of a video, the offset is -15 and use the following command to shift the video, " ffmpeg -y -i temp.mp4 -itsoffset -0.5 -i...

In the file there is a `for` cycle over `framefaces` variable, and inside that cycle `framefaces` gets modified (faces that are already tracked are removed): https://github.com/joonson/syncnet_python/blob/6efbb1c305c23f47a62b09cf4215a8ac45e97d49/run_pipeline.py#L77 I'm not sure if...

Hello, I was using your code for a video but it was giving an error while running demo_syncnet.py file. It ran fine for the example.avi but is not running for...

hi guys I tried to test pipelines when I followed the instructions in the readme.md file but faced with this error. ``` Traceback (most recent call last): File "run_pipeline.py", line...

Update requirements.txt to fix #49

Thanks for the work! I wonder to know that after I get the offset between the audio and video, how can I do to remove the temporal lags? That is,...

I want to repeat the process of this paper training, thank you very much.