ATVGnet icon indicating copy to clipboard operation
ATVGnet copied to clipboard

CVPR 2019

Results 27 ATVGnet issues
Sort by recently updated
recently updated
newest added

I want to use evaluation indicators in evaluation_matrix.py to perform a comparison experiment. Can the author write a script to describe how to use the evaluation indicators?

Traceback (most recent call last): File "demo.py", line 271, in test() File "demo.py", line 178, in test encoder = encoder.cuda() File "/home/iie/.conda/envs/s2v/lib/python2.7/site-packages/torch/nn/modules/module.py", line 258, in cuda return self._apply(lambda t: t.cuda(device))...

Thanks for sharing your code.I ran the Chinese audio file with your demo, and my lips were not coordinated. Is there any solution? Does your model plan to train on...

Traceback (most recent call last): File "demo.py", line 486, in test() File "demo.py", line 465, in test fake_store = restore_image(orgImage,rect,fake_store,indx) File "demo.py", line 196, in restore_image cv2.normalize(img, img, 0, 255,...

https://github.com/lelechen63/ATVGnet/blob/2d4d1b03df1c706c6575b942fd2a1585347c4aab/requirement.txt#L9 The above line in `requirements.txt` throws a pretty long error that is not worth reproducing in its entirety: ``` Getting requirements to build wheel ... error ERROR: Command errored...

Hello @lelechen63, I found your work very interesting. I want to use it for the finetuning on my own data, however I could not find a pretrained discriminator for the...

while training vgnet.py, the model didn't find the file " new_img_full_gt_train.pkl", what should this file contain? and how to create it? could anyone who worked on it help? thank you...

hi ,thansks for your nice work! Would you tell how to preprocess the data (Extract landmark and crop the image by dlib)? I checked other issue about this , like...