MCPcopy Create free account
hub / github.com/XLearning-SCU/2022-CVPR-DART / __init__

Method __init__

ChannelAug.py:22–23  ·  view source on GitHub ↗
(self, probability = 0.5)

Source from the content-addressed store, hash-verified

20 """
21
22 def __init__(self, probability = 0.5):
23 self.probability = probability
24
25
26 def __call__(self, img):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected