ITSD-pytorch icon indicating copy to clipboard operation
ITSD-pytorch copied to clipboard

Weights

Open chunweit opened this issue 4 years ago • 1 comments

@moothes May I know what is the purpose of having these weights = [0.1, 0.3, 0.5, 0.7, 0.9, 1.5] in Loader.py? How those weights are determined?

chunweit avatar Nov 02 '20 02:11 chunweit

There are 5 saliency and 5 contour supervision in our decoder. So the first 5 weights are used to weight these intermediate supervision. The final 1.5 is the weight of the final prediction.

moothes avatar Nov 14 '20 11:11 moothes