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
I have tried to rerun the segmentation part of the code in python 2.7
and I was unable to reproduce the result in the paper.
I have noticed several differences.
I have rewritten the label map part in the GTA dataset since GTA needs to map to Cityscape and the original code didn't do it.
I was using torch 1.3.1
I update the loss to NLLLoss rather than NLLLoss2d
I fixed a few grammar bugs which probably happened because of the change of time in the code
here is my result:
I would love to see if anyone was able to reproduce the segmentation result, and I would be really appreciated if you could give me that piece of code such that I could see where went wrong.
THANKS, A LOT!
The text was updated successfully, but these errors were encountered:
I have tried to rerun the segmentation part of the code in python 2.7
and I was unable to reproduce the result in the paper.
I have noticed several differences.
here is my result:
I would love to see if anyone was able to reproduce the segmentation result, and I would be really appreciated if you could give me that piece of code such that I could see where went wrong.
THANKS, A LOT!
The text was updated successfully, but these errors were encountered: