MCPcopy
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.pyFile · 0.45
export_meshMethod · 0.45
_exportMethod · 0.45
torch_vis_2dFunction · 0.45
extract_fieldsFunction · 0.45
extract_geometryFunction · 0.45
testMethod · 0.45
refineMethod · 0.45
get_img_embedsMethod · 0.45
multidepth2point_maskFunction · 0.45
depth2pointFunction · 0.45
runFunction · 0.45

Calls 1

toMethod · 0.95

Tested by

no test coverage detected