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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
(dfaker) D:\Library\Desktop\DFaker>python train.py
running
Traceback (most recent call last):
File "train.py", line 25, in <module>
images_A,landmarks_A = load_images( images_A[:minImages] )
File "D:\Library\Desktop\DFaker\utils.py", line 14, in load_images_masked
basePath = os.path.split(image_paths[0])[0]
IndexError: list index out of range
(dfaker) D:\Library\Desktop\DFaker>
The text was updated successfully, but these errors were encountered:
Ah, I see. So the aligned images are not meant to remain in the aligned subdirectory. I was confused because alignments.json lists the images as being within aligned so I thought moving them would cause other errors.
The text was updated successfully, but these errors were encountered: