angelcarro

Results 3 issues of angelcarro

When usign motmetrics.utils.compare_to_groundtruth() function with dist='euc', the distance metric is configured to the squared euclidean distance (norm2squared_matrix). As a consequence, the distance threshold (distth) should be the maximum **squared** distance....

In boost-process/libs/process/example/wait.cpp:52 , the class boost::asio::windows::object_handle is used with the child process handle. I think CloseHandle() will be called twice with the same process handle in the destructors of boost::process::child...

cov_ellipse() returns the theta angle in degrees. It should be converted to radians in gaussian_bbox() https://github.com/jonatanolofsson/mht/blob/2c373328f92db2316ed9085bad280a6fe7e30bbc/mht/utils.py#L92 > r1, r2, theta = cov_ellipse(P, nstd) > theta = np.radians(theta) > ux =...