MCPcopy Create free account
hub / github.com/SooLab/CGFormer / showMask

Method showMask

tools/refer.py:351–355  ·  view source on GitHub ↗
(self, ref)

Source from the content-addressed store, hash-verified

349 # plt.show()
350
351 def showMask(self, ref):
352 M = self.getMask(ref)
353 msk = M['mask']
354 ax = plt.gca()
355 ax.imshow(msk)
356
357
358if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

getMaskMethod · 0.95

Tested by

no test coverage detected