pytracking
pytracking copied to clipboard
Gaussian Label Map Shape Mismatch
Hi,
I'm preparing to discard the search window and but I found the label map generated by "gaussian_label_function" in processing_utils.py is the format (N, W, H), which mismatches with the shape of the feature map(N, H, W).
Hi,
It's possible that there is some bug, since we usually use a square search region where the order (N, H, W) or (N, W, H) doesn't matter. I will double check it and let you know. Thanks for reporting the error.