💀 ### 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

the error messag says:

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