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
Hi, I've noticed your utils.py seems to be outdated.
Since I tried to run the reconstruct_single_patch.py and found the module pcu has no methods called read_off/read_ply...
I suppose it's about you having updated pcu module but not utils.py?
The text was updated successfully, but these errors were encountered:
You can update the lines here
to use v, f, n = pcu.load_mesh_vfn(file_name) and make sure you install the latest Point Cloud Utils via pip install point-cloud-utils.
Can you send a PR with these changes? I'll merge it in if you do!
Hi, I've noticed your utils.py seems to be outdated.
Since I tried to run the reconstruct_single_patch.py and found the module pcu has no methods called read_off/read_ply...
I suppose it's about you having updated pcu module but not utils.py?
The text was updated successfully, but these errors were encountered: