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

Method __init__

data_loader.py:20–21  ·  view source on GitHub ↗
(self, gray=2)

Source from the content-addressed store, hash-verified

18 """
19
20 def __init__(self, gray=2):
21 self.gray = gray
22
23 def __call__(self, img):
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected