You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?