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

wrong when using "evaluate_predictions.ipynb" to evaluate 3d dice #6

Closed
szhang963 opened this issue Aug 18, 2020 · 2 comments
Closed

Comments

@szhang963
Copy link

I found the evaluated result wrong when I used the code "evaluate_predictions.ipynb".After,I made a test. I used resampled gtvt data generated by the operation “python src/resampling/cli_resampling.py” as "prediction_folder" to evaluate 3d dice score,and I got the dice of 0.9528 instead of 1.Why?

@voreille
Copy link
Owner

Hi,

Thank you for noticing this. The problem you are facing certainly results from the nearest neighbor method used to resample. This method does not ensure image equality after two successive resampling operations, even for an intermediate domain with a finer resampling grid. The code provided on this Github is aimed to give you a starting point, but we encourage you to use other methods if you think they are more appropriate.

Best,

Valentin

@szhang963
Copy link
Author

Thank you.

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