Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ inverse
Method
inverse
PATH/core/data/transforms/seg_aug_dev.py:390–391 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
388
return
segmentation
389
390
def
inverse(self):
391
return
ResizeTransform(self.new_h, self.new_w, self.h, self.w, self.interp)
392
393
394
class
RandomFlip(Augmentation):
Callers
nothing calls this directly
Calls
1
ResizeTransform
Class · 0.70
Tested by
no test coverage detected