Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_step
Method · 0.45
_test
Method · 0.45
test_1
Method · 0.45
test_2
Method · 0.45
_test
Method · 0.45
test
Method · 0.45
test
Method · 0.45
_test
Method · 0.45
default
Method · 0.45
record
Method · 0.45
_save_to_memmap
Method · 0.45
detach
Function · 0.45
Calls
no outgoing calls
Tested by
8
_step
Method · 0.36
_test
Method · 0.36
test_1
Method · 0.36
test_2
Method · 0.36
_test
Method · 0.36
test
Method · 0.36
test
Method · 0.36
_test
Method · 0.36