Mask-ShadowGAN icon indicating copy to clipboard operation
Mask-ShadowGAN copied to clipboard

ICCV 2019

Results 10 Mask-ShadowGAN issues
Sort by recently updated
recently updated
newest added

I am using GPU NVIDIA 2070 Super, when i run "python train_Mask-ShadowGAN" command its gives the following runtime error. Please guide me how to resolve. RuntimeError: CUDA out of memory....

In order to construct unpaired data, for unpaired training on the ISTD train dataset, the shadow and shadow free images were randomly sampled? But such random sampling may yield paired...

I run train_Mask-ShadowGAN.py and have errors as following: Traceback (most recent call last): File "train_Mask-ShadowGAN.py", line 140, in batch_size=opt.batchSize, shuffle=True, num_workers=opt.n_cpu) File "F:\python3.5\lib\site-packages\torch\utils\data\dataloader.py", line 802, in __init__ sampler = RandomSampler(dataset)...

when I ran the test.py .There it is “FileNotFoundError: [Errno 2] No such file or directory: 'output/netG_A2B.pth' ” So I went to run the train_Mask-ShadowGAN.py,and I also used the dataset...

Hi xiaowei, Thanks for sharing your code! I`m a student.I trained the model by running 'train Mask-ShadowGAN.py', but got unpleasant result. May I have your trained model file ? Thank...

I've trained the model on the given USR dataset. None parameters were changed except the dataroot. However, the generator was unable to convergence. ![image](https://user-images.githubusercontent.com/48850881/79034614-e6eb5400-7be9-11ea-83eb-f842fb9f9149.png) Meanwhile, the discriminator convergence better than...

For instance, let's say I take a photo of a real object, crop to the object, and add it to a fake, all-white background. Could I then use this program...

Hi, I've try continue training from a checkpoint, and after several epoches the loss become very large(larger than 1w). I find that the learning rate of resume training is a...

Is there a pretrained model on your mentioned 'USR' dataset? And I'm wonderring the generality of this model. Could it be applied to other occasion directly?

May I have the evaluation code? Thank you!My email is [email protected].