Commit graph

82 commits

Author SHA1 Message Date
Snehit Vaddi
06b5fdbb09
Update README.md 2021-03-08 20:22:51 +05:30
Snehit Vaddi
9de7ffa247
Update README.md 2021-03-08 20:22:00 +05:30
Snehit Vaddi
4291a27d6e
Update README.md 2021-03-08 20:20:20 +05:30
Prajwal
68318daf13
Updated docker image link https://github.com/Rudrabha/Wav2Lip/issues/131 2020-11-11 21:01:28 +05:30
Prajwal
fc214f5daa
Fix for https://github.com/Rudrabha/Wav2Lip/issues/136 2020-11-11 12:37:57 +05:30
Prajwal
615b64017d
Add tutorial link 2020-11-11 09:34:05 +05:30
Rudrabha Mukhopadhyay
7d273125dc
Update README.md 2020-11-02 18:03:57 +05:30
Prajwal
fec04b3a09
Update Python version 2020-10-28 20:33:52 +05:30
Prajwal
b829e7d119
Add FID score instructions. 2020-10-28 09:53:12 +05:30
Prajwal
fda2a15d14
Bugfix
Credit: https://github.com/Rudrabha/Wav2Lip/issues/109#issuecomment-716413308
2020-10-26 15:17:30 +05:30
Prajwal
121a7ca355
Typo fix 2020-10-26 11:55:16 +05:30
Prajwal
93eaf467f7
Update README.md 2020-10-26 11:53:27 +05:30
Prajwal
1d05a4ae36
Release of LRS2, LRS3, LRW filelists 2020-10-26 11:48:07 +05:30
Prajwal
cfc0580b33
Added LRS2, LRW, LRS3 filelists 2020-10-26 11:37:55 +05:30
Prajwal
79bcc89ae7
Releasing filelists of LRW, LRS2, LRS3 datasets 2020-10-26 11:36:36 +05:30
Prajwal
d41b9b1020
Merge pull request #115 from mowshon/patch-1
Face detection checkpoint will be downloaded automatically.
2020-10-22 19:50:51 +05:30
Student B
ba6289a866
The file "s3fd.pth" will never load automatically
We check if path_to_detector is None, but `path_to_detector` will never be None because he is hardcoded in method params.
Hence, the file will never be automatically downloaded. I suggest checking if such a file exists and if not, then load it via the "load_url" method.
2020-10-22 16:50:38 +03:00
Rudrabha Mukhopadhyay
7ea7ef8961
Updated the citation information.
ACM DL bibtex is updated in place of the arxiv one.
2020-10-14 12:43:26 +05:30
Prajwal
5a5a4d026f
Another typo 2020-10-10 13:36:33 +05:30
Prajwal
d5582bcbc4
Correction in license terms 2020-10-06 10:56:24 +05:30
Prajwal
929e3caa24
Typo fix 2020-10-04 09:52:34 +05:30
Rudrabha Mukhopadhyay
34cd5734be
Updated the real videos 2020-10-03 21:57:49 +05:30
rudrabha
4f68fc1df9 Added eval script for the real videos 2020-10-03 21:41:51 +05:30
Prajwal
c72e2d0e7c
Force args.face to be a valid file 2020-10-03 10:51:13 +05:30
Rudrabha Mukhopadhyay
43419e6135
Added acknowledgements 2020-10-03 10:13:30 +05:30
Rudrabha Mukhopadhyay
edae10fb50
Update README.md 2020-10-03 10:06:01 +05:30
Rudrabha
3048445e07 Changed names of folders 2020-10-03 10:04:46 +05:30
Rudrabha Mukhopadhyay
f83925dfd3
Update README.md 2020-10-03 10:03:21 +05:30
Rudrabha
b95aea8f6e filename changed 2020-10-03 09:58:11 +05:30
Rudrabha
a97c6950d4 Changed the filename 2020-10-03 09:53:04 +05:30
Rudrabha Mukhopadhyay
f0ba99afc8
Update README.md 2020-10-02 22:52:40 +05:30
Rudrabha Mukhopadhyay
d25035a8d0
Added instructions for LRW, LRS2 & LRS3 evaluation 2020-10-02 22:40:06 +05:30
rudrabha
07b5fae351 Added scripts for lrs videos 2020-09-24 13:00:35 +05:30
rudrabha
ae04923971 Added scripts for calculating scores 2020-09-24 12:55:09 +05:30
Prajwal
fc720e24cc
Add Google drive link for colab. 2020-09-20 22:00:18 +05:30
Prajwal
96bab2a6a2
Merge pull request #58 from JonathanSum/patch-1
typo "collab"
2020-09-18 07:04:17 +05:30
Happy Sugar Life
2001f1aa8d
typo "collab" 2020-09-17 12:38:34 -12:00
Prajwal
d7259e531b
Remove data parallelism 2020-09-15 19:58:44 +05:30
Prajwal
b3a417f48e
Add loss info 2020-09-15 12:07:04 +05:30
Prajwal
e5b542462d
Suggestions for training on a different dataset 2020-09-14 15:57:23 +05:30
Prajwal
5f973ccb7a
Clarify the Python version 2020-09-14 15:25:24 +05:30
Prajwal
56ba6fa38f
Update requirements.txt 2020-09-14 12:24:56 +05:30
Prajwal
cf6596de14
Add suggestion about nosmooth 2020-09-13 12:53:05 +05:30
Prajwal
11a8eac1aa
Merge pull request #48 from dipam7/master
fix non-smoothed boxes output
2020-09-13 11:27:47 +05:30
Dipam Vasani
47d29fea0d fix non-smoothed boxes output 2020-09-13 01:02:53 -04:00
prajwalkr
8549b79e14 Added user control for smoothing face dets 2020-09-13 08:57:51 +05:30
prajwalkr
0600d0f4da Fix: Generate last frame 2020-09-12 09:53:46 +05:30
Prajwal
3baacdaf3f
added fps comment 2020-09-10 17:47:36 +05:30
Prajwal
3a264a7012
Merge pull request #33 from dipam7/master
fix directory structure in error message
2020-09-10 07:21:21 +05:30
Dipam Vasani
88c57a9c9d fix directory structure in error message 2020-09-09 18:10:12 -04:00