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

BUG: The segment of two adjacent layers is identical #2657

Open
goodsave opened this issue Dec 25, 2024 · 2 comments
Open

BUG: The segment of two adjacent layers is identical #2657

goodsave opened this issue Dec 25, 2024 · 2 comments
Assignees

Comments

@goodsave
Copy link

录屏_20241225_095453

hello~
After nnUNetV2 (3d_fullres) uses the same data for training, there will always be two adjacent slice of segmentation that are identical, but in fact they should be different. I guess it may be caused by segmentation after resampling CT. How can we avoid this problem?

Best wishes!

@faridyagubbayli
Copy link

I encountered a similar problem and solved by specifying lower spacing when processing the data. Example command I used:

nnUNetv2_plan_and_preprocess -d 001 <some other params> -overwrite_target_spacing 3.0 0.9 0.9

@goodsave
Copy link
Author

Thank you very much, I will try this parameter.

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

3 participants