You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: