LipFD
LipFD copied to clipboard
Why Frame Crop only use the first frame?
In the Dataset class AVLip, the crops are generated with image[:,0:500],image[:,1:501],...,image[:,4:504], and image[:, 504:2500] is not used. Is this a special design?