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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]Issues occurred while exporting segmentation results during inference #235

Open
A-Buzzkill opened this issue Mar 22, 2024 · 1 comment
Labels
fix with next release Will be fixed after the next release

Comments

@A-Buzzkill
Copy link

馃拃 ### Bug

An error occured in line 125, nndet/inference/restore.py when I follow the instruction to export the segmentation results by using this command:

nndet_predict TaskID Modelname -o inference_kwargs.do_seg=True

image
the error messag says:
image
the reason lies in that type(_slices) is list, by converting _slices to tuple, this problem will be solved
image

@A-Buzzkill A-Buzzkill changed the title [Bug]A problem of the that arises when I want to export segmentation results during inference [Bug]A problem that arises when I want to export segmentation results during inference Mar 22, 2024
@A-Buzzkill A-Buzzkill changed the title [Bug]A problem that arises when I want to export segmentation results during inference [Bug]Issues occurred while exporting segmentation results during inference Mar 22, 2024
@mibaumgartner
Copy link
Collaborator

Thanks for your report, we will fix this with the next release of nnDetection :) Please note that exporting the segmentation is an experimental feature and we can not guarantee perfect functionality.

Best,
Michael

@mibaumgartner mibaumgartner added the fix with next release Will be fixed after the next release label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix with next release Will be fixed after the next release
Projects
None yet
Development

No branches or pull requests

2 participants