Pytorch-TextureGAN
Pytorch-TextureGAN copied to clipboard
TextureGAN in Pytorch
I follow the parameter in your paper, I can get a good model in pre-training while fine-tuning is bad,it seems that the model can just learn the color at average...
what is eroded_seg in Pytorch-TextureGAN/dataloader/imfol.py also in the dataset eroded_seg folder has segmented images with some patches removed. Is it necessary to have eroded_seg folder if yes then how to...
Dear, I'm trying to use your code but there are some problems with the pytorch version. You use the version 0.4 but this version is very old and in my...
Excuese me, May I ask if this code can run on windows system?
Hi, Thank you for this research — I was confused with the parameter differences between the original paper and what you ilustrated in README (e.g. the weight of each loss,...
The code gets stuck in the while loop in train.py. This happens when torch.sum(seg[i_bs,0,xstart:xend,ystart:yend]) is equal to zero at which case (k x patch_size x patch_size) will never reach zero...