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
There is no assertion for len(img_files)==len(lm_files). If unsatisfied ( len(lm_files)<len(img_files), i.e. the face reconstruction backbone could not find landmarks for all given images ) this will eventually cause a hazard in the loop beginning on line 36, causing a continuous mismatch between images and their landmark files:
There is no assertion for
len(img_files)==len(lm_files)
. If unsatisfied (len(lm_files)<len(img_files)
, i.e. the face reconstruction backbone could not find landmarks for all given images ) this will eventually cause a hazard in the loop beginning on line 36, causing a continuous mismatch between images and their landmark files:eg3d/dataset_preprocessing/ffhq/crop_images_in_the_wild.py
Lines 26 to 38 in 7cf1fd1
The text was updated successfully, but these errors were encountered: