MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / __init__

Method __init__

PATH/core/data/transforms/seg_aug_dev.py:34–36  ·  view source on GitHub ↗
(self, width: int)

Source from the content-addressed store, hash-verified

32 """
33
34 def __init__(self, width: int):
35 super().__init__()
36 self._set_attributes(locals())
37
38 def apply_image(self, img: np.ndarray) -> np.ndarray:
39 """

Callers

nothing calls this directly

Calls 2

_set_attributesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected