Call for help
I use must-segmentator to create a VOI segmentation in liver, I got the warning message like this
[VTK] Warning: In vtkMRMLDisplayNode.cxx, line 996
[VTK] vtkMRMLModelDisplayNode (00000267D9D32A80): SetSliceIntersectionVisibility method is deprecated, please use SetVisibility2D instead
[Qt] int __cdecl qSlicerSubjectHierarchySegmentsPlugin::getDisplayVisibility(__int64) const : No display node for segmentation
[Qt] int __cdecl qSlicerSubjectHierarchySegmentsPlugin::getDisplayVisibility(__int64) const : No display node for segmentation
[Qt] int __cdecl qSlicerSubjectHierarchySegmentsPlugin::getDisplayVisibility(__int64) const : No display node for segmentation
[Qt] int __cdecl qSlicerSubjectHierarchySegmentsPlugin::getDisplayVisibility(__int64) const : No display node for segmentation
[VTK] Warning: In vtkMRMLSegmentationNode.h, line 228
[VTK] vtkMRMLSegmentationNode (00000267D0BEA100): vtkSegmentation::SetMasterRepresentationToClosedSurface() method is deprecated, please use SetSourceRepresentationToClosedSurface method instead
however, I got a sphere segmentation, but it can not be found in further calculation
How could I solve this problem? thank you all.