Add files via upload

This commit is contained in:
Easymode 2025-02-19 01:15:16 +00:00 committed by GitHub
parent 01efdbfd48
commit f750c68888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ def bpt_remesh(self, mesh: trimesh.Trimesh, verbose: bool = False, with_normal:
from .bpt.model.serializaiton import BPT_deserialize
from .bpt.utils import sample_pc, joint_filter
pc_normal = sample_pc(mesh, with_normal=with_normal)
pc_normal = sample_pc(mesh, pc_num=8192, with_normal=with_normal)
pc_normal = pc_normal[None, :, :] if len(pc_normal.shape) == 2 else pc_normal