jeffheaton/t81_558_deep_learning

t81_558_class_07_2_train_gan source file

webdevserv opened this issue · 1 comments

Data raw:
my images folder contains another folder called frames and they are *.png files but the command line fails saying:
Error: Missing input file or directory: /content/drive/MyDrive/data/gan/images/old

do they have to be *.jpg? mine are 1024 x 1024 png files. Thanks for your great channel.

CMD = "python /content/stylegan2-ada-pytorch/dataset_tool.py " "--source /content/drive/MyDrive/data/gan/images/frames " "--dest /content/drive/MyDrive/data/gan/dataset"

sorted they were grayscales that needed to be converted to RGB