MCPcopy Create free account
hub / github.com/Kitware/COAT / __init__

Method __init__

utils/mask.py:222–223  ·  view source on GitHub ↗
(self, mask_size=2)

Source from the content-addressed store, hash-verified

220
221class cutout_patch:
222 def __init__(self, mask_size=2):
223 self.mask_size = mask_size
224
225 def __call__(self, features):
226 if random.random() < 0.5:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected