Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/junshutang/Make-It-3D
/ cpu
Method
cpu
DPT/py3d_tools.py:503–504 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
501
return
other
502
503
def
cpu(self) ->
"Transform3d"
:
504
return
self.to(
"cpu"
)
505
506
def
cuda(self) ->
"Transform3d"
:
507
return
self.to(
"cuda"
)
Callers
14
main.py
File · 0.45
export_mesh
Method · 0.45
_export
Method · 0.45
torch_vis_2d
Function · 0.45
extract_fields
Function · 0.45
extract_geometry
Function · 0.45
test
Method · 0.45
refine
Method · 0.45
get_img_embeds
Method · 0.45
multidepth2point_mask
Function · 0.45
depth2point
Function · 0.45
run
Function · 0.45
Calls
1
to
Method · 0.95
Tested by
no test coverage detected