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

Method decompose

PATH/core/utils.py:768–769  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

766 return NestedTensor(cast_tensor, cast_mask)
767
768 def decompose(self):
769 return self.tensors, self.mask
770
771 def cuda(self):
772 return self.to('cuda')

Callers 8

forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
loss_masksMethod · 0.80
loss_masksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected