I wanted to calculate the distance between two 3D point clouds with at least 2000 points using Earth Mover’s Distance with the following code, however, it is too slow and does not work properly. So, is there any way to calculate it for approximate it faster? Answer As of SciPy 1.4.0 (released December 2019), with the work of this pull