Thanks for your nice implementation.
I was very confused by the running time for computing EMD. When eps = 0.05, k = 1000, I got the following results. The size of input is (32, 16834, 3).
- for the test_emd(), two sets of point cloud are generated randomly. Runtime is 3.57s and EMD is 0.037.
- however, when computing the distance between real lidar point cloud and biased real lidar point cloud, runtime is 47s and EMD is 0.182. The input pc has been normalized to [0, 1].
The runtime is much longer with real data and could you please explain the difference?
Thanks for your nice implementation.
I was very confused by the running time for computing EMD. When eps = 0.05, k = 1000, I got the following results. The size of input is (32, 16834, 3).
The runtime is much longer with real data and could you please explain the difference?