MCPcopy Create free account
hub / github.com/apple/ml-pointersect / detach

Method detach

pointersect/inference/structures.py:1648–1651  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1646 return self
1647
1648 def detach(self) -> 'Camera':
1649 self.H_c2w = self.H_c2w.detach()
1650 self.intrinsic = self.intrinsic.detach()
1651 return self
1652
1653 def clone(self) -> 'Camera':
1654 return Camera(

Callers 15

_stepMethod · 0.45
_testMethod · 0.45
test_1Method · 0.45
test_2Method · 0.45
_testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
_testMethod · 0.45
defaultMethod · 0.45
recordMethod · 0.45
_save_to_memmapMethod · 0.45
detachFunction · 0.45

Calls

no outgoing calls

Tested by 8

_stepMethod · 0.36
_testMethod · 0.36
test_1Method · 0.36
test_2Method · 0.36
_testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
_testMethod · 0.36