Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aigc3d/LHM
/ cpu
Method
cpu
engine/SegmentAPI/base.py:24–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
return
self
23
24
def
cpu(self):
25
self.model.cpu()
26
return
self
27
28
def
float(self):
29
self.model.float()
Callers
15
animation_infer
Function · 0.80
core_fn
Function · 0.80
animation_infer
Function · 0.80
core_fn
Function · 0.80
animation_infer
Function · 0.80
core_fn
Function · 0.80
images_to_video
Function · 0.80
images_to_video
Function · 0.80
face_detector.py
File · 0.80
crop_face_image
Method · 0.80
infer_mesh
Method · 0.80
infer_single
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_humman
Function · 0.64
collect_results_cpu
Function · 0.64
collect_results_gpu
Function · 0.64