From f750c6888891723ddb382f9fb38803a036cf3941 Mon Sep 17 00:00:00 2001 From: Easymode <76738305+Easymode-ai@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:15:16 +0000 Subject: [PATCH] Add files via upload --- hy3dgen/shapegen/postprocessors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy3dgen/shapegen/postprocessors.py b/hy3dgen/shapegen/postprocessors.py index 175dfc3..4e554a9 100755 --- a/hy3dgen/shapegen/postprocessors.py +++ b/hy3dgen/shapegen/postprocessors.py @@ -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