-
Hi, can I use this codes ( cycle-GAN or U_net ) for another dataset. I want to convert NAC PET to AC PET ?
-
I'm trying to load a video file, on a fork project, as a videosource on a trained model, but everytime I try, it returns this:
Traceback (most recent call last):
File "/content/realtime-pytorch-…
-
Hello,
I have attempted to train the SCC + CycleGAN model on the GTA to Cityscapes dataset which contains +22K images, and after approximately 200 training steps, the model starts generating noise im…
-
see if it can be improved so that is general and that it is a single call, preferably in BaseGAN, and takes care if it's a cycle-consistency model or not and so on.
rn the problem is that the calcu…
-
https://github.com/richzhang/colorization
iG8R updated
4 months ago
-
Can anyone point out the part of code where results are being stored? I don't want to create folders within a folder as cycle gan is currently making 2 more folders
ghost updated
4 years ago
-
Hi, I am training the cycle Gan on a custom dataset that contains images of people wearing the jewellery and no jewellery. The images i train A and train B are of the same people with and without the …
-
Base code use old version on pytorch. In new version we must change this code from file utils.py
```
if loss_name not in self.losses:
self.losses[loss_name] = losses[los…
-
作者好!当我使用readme中的指令“python test.py --dataroot ./datasets/[YOUR-DATASETS] --name underwater --model cycle_gan”进行测试时,程序报错“no such file or directory:"./checkpoints/underwater/latest_net_G.pth'”。
我注意到你们提供…
-
Traceback (most recent call last):
File "C:/Users/Administrator/Desktop/pytorch-CycleGAN-and-pix2pix-master/test.py", line 52, in
model.setup(opt) # regular setup: load and prin…