deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

Question about a smart detail

Open seekFire opened this issue 4 years ago • 1 comments

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?

seekFire avatar Dec 17 '20 11:12 seekFire

I have the same question, have you found the solution, sir?

ShihuaiXu avatar Aug 23 '21 07:08 ShihuaiXu