Qian Cao

Results 2 comments of Qian Cao

Hi @thepianoboy, thank you for responding. I work with @harshamarupudi56 and can respond to some of these questions. We're working on a computer with Ubuntu 18.04 installed. The packages are...

This is because in imageoperations.py (lines 47-49): ``` labels = numpy.unique(sitk.GetArrayFromImage(mask)) if len(labels) == 1: raise ValueError('No labels found in this mask (i.e. nothing is segmented)!') ``` The use of...