oawiles / X2Face

Pytorch code for ECCV 2018 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to modify the path in VoxCelebData_withmask.py?

KeyKy opened this issue · comments

what are the differences between landmarks_samevideoimg_125thframe_5imgs.npz and landmarks_samevideoimg_225thframe_5imgs.npz in files.zip?

the follow code in VoxCelebData_withmask.py:

# the name here can not match landmarks_samevideoimg_%d25thframe_5imgs in files
files = np.load('/data/files/landmarks_samevideoimg_%d25thframe_5imgs_%d.npz' % (dataset, num_views)) 

One is train (landmarks_samevideoimg_125thframe_5imgs) and one is test (landmarks_samevideoimg_225thframe_5imgs). Hope that helps.

Thanks!