MCPcopy Create free account
hub / github.com/aigc3d/LHM / cuda

Method cuda

engine/SegmentAPI/base.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 """
19
20 def cuda(self):
21 self.model.cuda()
22 return self
23
24 def cpu(self):
25 self.model.cpu()

Callers 15

arcface_utils.pyFile · 0.80
warmup_modelFunction · 0.80
inference_modelFunction · 0.80
_build_sapiensMethod · 0.80
mainFunction · 0.80
get_subdividerMethod · 0.80
get_armMethod · 0.80
get_posed_blendshapeMethod · 0.80
read_smplx_paramFunction · 0.80
get_subdividerMethod · 0.80
get_armMethod · 0.80
voxel_smooth_registerMethod · 0.80

Calls

no outgoing calls

Tested by 3

mainFunction · 0.64
test_pose_lifter_demoFunction · 0.64
test_interhand3d_demoFunction · 0.64