OASIS icon indicating copy to clipboard operation
OASIS copied to clipboard

Official implementation of the paper "You Only Need Adversarial Supervision for Semantic Image Synthesis" (ICLR 2021)

Results 21 OASIS issues
Sort by recently updated
recently updated
newest added

hi,i want to test the MIOU,but the detail is not clear,so can you public the the detail?

hi, i wanted to know how many iterations does each epoch have. can u help me pls? thanks

Hi I am trying to apply StyleGAN-NADA Clip method onto OASIS as suggested by the author, can you help me to identify which layer of OASIS is trainable?

Hi, I really don`t know what exactly I need to change in the model in order to run the training. It will be very helpful if you can tell me...

Thanks for uploading such a very interesting code. I am wondering if is it possible to train the model on my own custom dataset? if yes, what is the procedure?

when i reproduce the local noise, i cant find the code ,so how should i add the local noise in the segment image

Hi @SushkoVadim @edgarschnfld , Thanks for the excellent work. Starting from SPADE, I noted that a series of papers provided the benchmark results on the ADE20K-outdoor dataset, a subset of...

When training the model, the `dataloader_train` and `dataloader_val` share the same option object. So `opt.load_size` is first assigned to **286** in `dataloader_train`, and then is replaced with **256** in `dataloader_val`....

Hey, I've noticed that the weight reweighting that is used in the code doesn't match the papers equation Indeed, here, the formula is BxHxW/(num_pixels_of_class_i*num_of_non_zeros_classes_in_batch) whereas the paper showcase the following...