Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time for computing EMD #5

Open
PenPen-ThuSilence opened this issue Feb 20, 2020 · 4 comments
Open

Time for computing EMD #5

PenPen-ThuSilence opened this issue Feb 20, 2020 · 4 comments

Comments

@PenPen-ThuSilence
Copy link

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).

  1. for the test_emd(), two sets of point cloud are generated randomly. Runtime is 3.57s and EMD is 0.037.
  2. 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?

@Colin97
Copy link
Owner

Colin97 commented Feb 20, 2020

Would you mind providing a pair of point clouds for me to look into the details?

@levtelyatnikov
Copy link

Would you mind providing a pair of point clouds for me to look into the details?

Hello, can you please reply on #6

@zichang06
Copy link

runtime is 47s for point cloud which size is (32, 16834, 3)
it's same with me

@Colin97
Copy link
Owner

Colin97 commented Feb 8, 2022

I think you may try a smaller k.

Could you provide the example point clouds for me to take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants