Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.80
warmup_model
Function · 0.80
inference_model
Function · 0.80
_build_sapiens
Method · 0.80
main
Function · 0.80
get_subdivider
Method · 0.80
get_arm
Method · 0.80
get_posed_blendshape
Method · 0.80
read_smplx_param
Function · 0.80
get_subdivider
Method · 0.80
get_arm
Method · 0.80
voxel_smooth_register
Method · 0.80
Calls
no outgoing calls
Tested by
3
main
Function · 0.64
test_pose_lifter_demo
Function · 0.64
test_interhand3d_demo
Function · 0.64