Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omnipart
/
OmniPart
like
33
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OmniPart
/
modules
/
PartField
/
partfield
/
utils.py
omnipart
init
491eded
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
import
trimesh
def
load_mesh_util
(
input_fname
):
mesh = trimesh.load(input_fname, force=
'mesh'
, process=
False
)
return
mesh