We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b341e commit 0842725Copy full SHA for 0842725
meshgpt_pytorch/meshgpt_pytorch.py
@@ -1308,7 +1308,7 @@ def generate(
1308
# remove a potential extra token from eos, if breaked early
1309
1310
code_len = codes.shape[-1]
1311
- round_down_code_len = code_len // self.num_quantizers * self.num_quantizers
+ round_down_code_len = code_len // self.num_vertices_per_face * self.num_vertices_per_face
1312
codes = codes[:, :round_down_code_len]
1313
1314
# early return of raw residual quantizer codes
meshgpt_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '1.2.12'
+__version__ = '1.2.14'
0 commit comments