Open
Description
Hello Dear Authors,
I have trained the custom conditional model using the following command:
!python train.py --outdir=mods --gpus=1 --batch=16 --gamma=8.2 --data=images256x256.zip --cfg=stylegan3-t --kimg=1000 --snap=10 --metrics=none
dataset,json has the following structure:
{"labels": [["00000/img00000000.png", 2], ["00000/img00000132.png", 1], ["00000/img00000133.png", 3], ...]}
However, when I try to generate images using the following command:
!python gen_images.py --class=3 --outdir=out5 --trunc=1 --seeds=1-5
--network='mods/00001-stylegan3-t-images256x256-gpus1-batch16-gamma8.2/network-snapshot-001000.pkl'
I am getting the same results for class values 1, 2, and 3.
Can you please advise on what might be causing this issue?
Metadata
Metadata
Assignees
Labels
No labels