-
i didn't find the i2i dataset, could you give me some suggestions about what does [SDv15_DS0.5.tar] mean?
Thank you~~~~
-
I could not find for CelebA-HQ in https://github.com/ermongroup/SDEdit/blob/main/functions/process_data.py
@junyanz
-
Following the procedures offered in README.md, I have finished to dowload 2 model files (100000_nets_ema.ckpt and wing.ckpt) and put them into corresponding directory. Then I run the script:
python …
-
In google Colab, I run this script to transform custom images:
```
!python main.py --mode align \
--inp_dir assets/representative/custom/female \
--out_dir assets/rep…
-
hello, gays
I used the default parameters directly when I trained with celeba-HQ, but I found that the results were not too good, has anyone had success with celeba-HQ training? Can you share the con…
-
Hello authors,
Thank you for your incredibly interesting paper. I had a very quick question about the CelebA-HQ train/test split.
I believe the config uses the split 29000/1000: https://github…
-
Command:
`cd download-celebA-HQ/ && python download_celebA.py ./`
Output:
Downloading img_align_celeba.zip to ./celebA/img_align_celeba.zip
./celebA/img_align_celeba.zip: 1.00B [00:00, 847B/s]…
-
Thank you team for the sharing the project resources. I am trying to process the CelebA-HQ 256x256 dataset for the [DDGAN model](https://github.com/NVlabs/denoising-diffusion-gan/). The [DDGAN reposit…
-
Hi, I met some problems when I directly specify the path of --data_train or --data_test.
My codes is:
parser.add_argument('--data_train',default='./data/CELEBA_HQ',help='root directory for training…
-
Can someone please give me the link to download celeba hq dataset appropriate for this project? How should i organize and rename the folders of celeba for it to work?