Skip to content

Very high FID and KID #131

@sonhm3029

Description

@sonhm3029

Hello authors, thanks for your great paper and code repository.

I am reproducing your result in paper with Dresscode dataset.

  1. I have generate the agnostic mask
  2. I am using this script to inference and generate sample:
CUDA_VISIBLE_DEVICES=0 python inference.py \
--dataset dresscode \
--data_root_path xyz
--output_dir results \
--dataloader_num_workers 8 \
--batch_size 16 \
--seed 555 \
--mixed_precision no \
--allow_tf32 \
--eval_pair \
--repaint

After all image generated, I calculated the FID and KID score using eval.py file. I have try other method like using torch-fidelity too. And the result for FID is very high: ~40-50.
I don't know why this happen. Everything works well with vitonhd dataset.

Do you or anyone encounter this issues like me or have any idea of what 's happening?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions