You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your implementation. Do you implement the scheme of paper "Semantic Segmentation using Adversarial Networks" https://arxiv.org/pdf/1611.08408.pdf? Could you tell me how much gain did you achieve when using FCN and FCN+GAN?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @John1231983 , yes it is the same idea of that paper. A difference is that in the discriminator I only use the output of the generator. In the mentioned paper they concatenate the output of the generator with the input image. My first experiments didn't show improvements, but I didn't
try to hard finding the right params, and neither I tried using the concatenation as in the original paper. It should be easy to add to the current code though.
Thanks for your implementation. Do you implement the scheme of paper "Semantic Segmentation using Adversarial Networks" https://arxiv.org/pdf/1611.08408.pdf? Could you tell me how much gain did you achieve when using FCN and FCN+GAN?
Thanks in advance
The text was updated successfully, but these errors were encountered: