You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executed python generate.py configs/demo/demo_combined.yaml but getting below error -
=> Loading checkpoint from url...
0%| | 0/7 [00:00<?, ?it/s]
Traceback (most recent call last):
File "generate.py", line 207, in <module>
main() # execute this only when run directly, not when imported!
File "generate.py", line 128, in main
out = generator.generate_mesh(data)
File "C:\Users\jay\differentiable_volumetric_rendering\im2mesh\dvr\generation.py", line 70, in generate_mesh
mesh = self.generate_from_latent(c, stats_dict=stats_dict,
File "C:\Users\jay\differentiable_volumetric_rendering\im2mesh\dvr\generation.py", line 145, in generate_from_latent
points = mesh_extractor.query()
File "im2mesh\utils\libmise\mise.pyx", line 122, in im2mesh.utils.libmise.mise.MISE.query
cdef long[:, :] points_view = points_np
ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'
Hi,
I am trying to run this on Windows CPU Machine.
Executed
python generate.py configs/demo/demo_combined.yaml
but getting below error -I tried changing
to
and
But no luck.
Could you please help me.
The text was updated successfully, but these errors were encountered: