-
python tools/main.py --config-file configs/pix2pix_plates.yaml --evaluate-only --load D:\Workspace\Final_Project\Final\plate_generator\PaddleGAN\data\output_p2p\pix2pix_plates-2022-05-02-01-49\epoch_2…
-
```
IndexError Traceback (most recent call last)
Cell In[10], line 83
79 model_ink.load_state_dict(torch.load('pretrained_models/hist_ink_pix2pix_1024x1024_lates…
-
Hi there.
I was investigating your CycleGAN paper and code. And looks like discriminator you've implemented is just a conv net, not a patchgan that was mentioned in the paper.
Maybe I've missed so…
-
## Description
Hi team, I am working as a Computer Vision Engineer, GenAI Engineer and Data Scientist. I was looking for a similar project and I found this to be a great repo for me to start with. …
-
Hey, how would one go about modifying the config to train on SD2.1 instead of SD1.5?
I've tried to pull in the updated ldm codebase, modify the yaml config, and take a SD2.1 checkpoint but getting…
-
System: Windows and Ubuntu
using Anaconda set up environment base on the `environment.yml`.
run CycleGAN train/test
```
Traceback (most recent call last):
File "D:/PycharmProjects/pytorch…
-
I have some satellite(aerial) images, all are 256x256, and I put them in ** ~/temp/**, I want to translate them into map, so I downloaded the pretrained model and use the following command to test:
…
-
Hello, I plan to finetune the instruct-pix2pix model from the released checkpoint to another dataset.
I'm using the following command
`CUDA_VISIBLE_DEVICES=0,1,2,3 python main.py --name finetune_…
-
### Describe the bug
InstructPix2Pix pipeline has a flag ```scheduler_is_in_sigma_space = hasattr(self.scheduler, "sigmas")``` which result latent value scale back and forth from sigma space for ca…
-
发现您是中国人,如果不建议的话,那我直接打中文了。经过您之前的指导,我用自己的数据集,运行了您的code。我的数据集是有关于文章背景提取,即先mask掉文章的内容,然后修复提取背景图。
为了试探您的模型在我的数据集上是否是可行的。我做了初步的training, 我暂取了自己数据集中的1000张图片试跑,得到我的参数文件,然后做test。同时,我也直接用您的参数文件,在我的数据集上做test。…