deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
Question about a smart detail
In lib/core/evaluate.py, function calc_dists, the Euclidean distance will be calculated under the condition:
if target[n, c, 0] > 1 and target[n, c, 1] > 1:
It seems that you exclude the case where the target coordinates are in [0, 1], so why do this?
I have the same question, have you found the solution, sir?