-
Amazing work on this project!
I see quite a few references to Pix2Pix in the code and wonder how much has been implemented so far?
Out of curiosity I wanted to add the ability to load pre-genera…
-
-
I installed paddle paddle last month. i was trying the pix2pix.
i created a dataset of 3000 images, but i faced this error during training.
--------------------------------------
during trainin…
-
Hi!
I want to be able to run pix2pix in SGX, but SGX only supports statically linked programs. So I was wondering if you think it would be possible to build pix2pix statically? I would need the `*.a`…
-
when i run the code bash download_pix2pix_dataset.sh facades in pix2pix gan,there is a error: rm: cannot remove './facades.tar.gz': No such file or directory, any one know how to solve it
-
default training script for pix2pix-turbo
Fails
Traceback (most recent call last):
File "/workspace/img2img-turbo/src/train_pix2pix_turbo.py", line 307, in
main(args)
File "/workspace/img2img-…
-
Hi,
I can not open the link of the dataset for pix2pix. Where can I also find the dataset?
Best wishes
-
Hello, I did experiments on my own dataset. However, the Generated thermal infrared images are blurred.The command I entered is as follows:`python test_pix2pix_got.py --dataroot ./datasets/facades --n…
ghost updated
4 years ago
-
Have you tried running your model on more datasets for pix2pix? If yes could you post the results of those datasets on readme. And it would be useful for people if you even add the results of facades …
-
Hello, first thanks for the work.
I am trying to reproduce step by step the training script provided, but I got an error. I think it is some library missing, so I will add here, maybe someone else …