-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
Hello authors, thanks for your great paper and code repository.
I am reproducing your result in paper with Dresscode dataset.
- I have generate the agnostic mask
- 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 \
--repaintAfter 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels