Inferring-Spatial-Uncertainty-in-Object-Detection icon indicating copy to clipboard operation
Inferring-Spatial-Uncertainty-in-Object-Detection copied to clipboard

A possible typo in generate()

Open pyun-ram opened this issue 4 years ago • 0 comments

Should this line be 'yz_distances[:, iz] = np.linalg.norm(yc - z_embeded, 2, axis=1)' instead? If it is 'yz-z_embed', then it is not a GMM but a uni-modal Gaussian.

https://github.com/ZiningWang/Inferring-Spatial-Uncertainty-in-Object-Detection/blob/3fc7c8d78e538805d928ba084c1c4570f795babc/utils/metric_utils.py#L97

pyun-ram avatar Mar 17 '22 14:03 pyun-ram