-
Notifications
You must be signed in to change notification settings - Fork 59
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
Confusion with IoU values #26
Comments
Did you change the voxel resolution to 5 cm? |
Hi @dazinovic, how do I change the voxel resolution? Do you mean the Right now, the function looks like this:
|
I tried modifying the |
Hi @dazinovic, I was wondering if you had any comments/advice regarding my above comment(s). That would be very helpful. :) |
That would be 5 meters. I think I used a value of 0.1 there. Also don't forget to update the thresholds in the other function to get a correct F-score. |
Thanks for the reply. I tried both
Note that I am using the meshes provided by you here, so I was expecting that the results would match? Specifically, I am computing the IOU between the provided Please advise. Thanks. |
Are the meshes aligned? Have they been culled to just the observed areas? |
I faced the same problem with @yashbhalgat, that I cannot reproduce your results. Can you recheck again and help us? |
Hi @dazinovic , following your comment here: #1 (comment), I used the mesh_metrics.py script to compute the evaluation metrics.
I used the meshes provided by you here.
The numbers I get for Chamfer distance and Normal Correctness somewhat match the results in the paper, but the IoU I get from this script is much higher than the IoU reported in the paper.
For example,
I am not sure if I am making a mistake here. Can you please advise? Thank you.
The text was updated successfully, but these errors were encountered: