Skip to content

Generating the same images, even though I'm specifying different values for the 'class' option #652

Open
@AlexanderUzhinskiy

Description

@AlexanderUzhinskiy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions