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

getIoU #7

Closed
fairuzsafwan opened this issue Aug 2, 2018 · 2 comments
Closed

getIoU #7

fairuzsafwan opened this issue Aug 2, 2018 · 2 comments

Comments

@fairuzsafwan
Copy link

Hi Amir,

I tried getting the IoU for quantitative evaluations.
Requirements are all met and runs without any error.
Requirements:

  1. Visual C++ Redistributable for Visual Studio 2015 (installed-but not from the provided link because a newer version is already installed when installing Visual Studio 2015,
    Version 14.0.24215 was installed instead of the provided Version 14.0.23026)
  2. Visual C++ Redistributable Packages for Visual Studio 2013 (installed from the provided link)
  3. Python 3.7 (installed)
  4. Anaconda with Python 3.6 (installed)

Paths of the .ply files in the test folder are as below:
test/model-userData-1/model-userData-1-or.ply
test/model-userData-1/model-userData-1-rec.ply
test/model-userData-2/model-userData-1-or.ply
test/model-userData-2/model-userData-1-rec.ply
test/model-userData-3/model-userData-1-or.ply
test/model-userData-3/model-userData-1-rec.ply
etc

However, I'm only getting
"----------------average------------------
-nan(ind)"

I believed that the issue might be lying somewhere in the getIoU.exe because it seems to run
without any errors till the end.
However, I could not further verify the problem since the getIoU is a binary.

Have you come across the same problem before?
Any pointers/advise is really much appreciated.

Thanks in advance

Best regards,
Safwan

@Amir-Arsalan
Copy link
Owner

I never got such an error when running the code but if you still haven't been able to get the code to work and you are sure that you are not changing anything in the point cloud files manually, you may contact @brotherhuang as he wrote the IoU calculation code.

@fairuzsafwan
Copy link
Author

Thanks Amir.

I will contact him then.

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

2 participants