-
Thanks a lot for your nice work!
How do i train celeba_hq.ckpt with my own dataset?
-
When I download the CelebA dataset from: http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
The first image has not size 409 x 687 but it is 178x218.
Additionally, when I run preprocess.py, the new d…
-
```
dataset_path = './datasets/'
celebA_path = os.path.join(dataset_path, 'celebA')
handbag_path = os.path.join(dataset_path, 'edges2handbags')
shoe_path = os.path.join(dataset_path, 'edges2shoe…
-
#### Learning Goals
- Get hands-on experience with generative modeling
- Use convolutional neural networks with PyTorch
- Learn the foundations of the concepts used to create deep fakes
### Ex…
-
@pajotarthur hi! I tried to reproduce the performance on celebA dataset, I kept all the parameters as you define. Unfortunately I haven't succeed in it - for up to 660 epochs of learning on 1 GPU MSE …
-
Hi,Thank you for your code. Can you provide the checkpoint for CelebA datasets?
-
Define You:
- [x] Hacktoberfest2022 Participant
- [ ] Contributor
A convolutional network for face detection. This work is based on "Multi-view Face Detection Using Deep Convolutional Neural…
-
Define You:
- [x] Hacktoberfest2022 Participant
- [ ] Contributor
A convolutional network for face detection. This work is based on "Multi-view Face Detection Using Deep Convolutional Neural…
-
Do you have any saved checkpoints of your model trained on CelebA (or any other face dataset) that you could share? Thanks!
-
Hi,
Thank you for sharing your work @yunjey
I am training StarGAN-JNT CelebA and RaFD for facial expression synthesis on CelebA. The training hasn't done yet (110k/200k iters) but the facial expr…