MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / __repr__

Method __repr__

semantic_sam/utils/misc.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 return self.tensors, self.mask
60
61 def __repr__(self):
62 return str(self.tensors)
63
64def nested_tensor_from_tensor_list(tensor_list: List[Tensor]):
65 # TODO make this more general

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected