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

Method __init__

PATH/core/data/transforms/seg_aug_dev.py:86–88  ·  view source on GitHub ↗
(self, height: int)

Source from the content-addressed store, hash-verified

84 """
85
86 def __init__(self, height: int):
87 super().__init__()
88 self._set_attributes(locals())
89
90 def apply_image(self, img: np.ndarray) -> np.ndarray:
91 """

Callers

nothing calls this directly

Calls 2

_set_attributesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected