pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

cannot import name 'MeshesXD' from 'pytorch3d.structures

Open Dpw506 opened this issue 1 year ago • 1 comments

“cannot import name 'MeshesXD' from 'pytorch3d.structures' (/home/evlab/anaconda3/envs/torch3d/lib/python3.9/site-packages/pytorch3d/structures/init.py)“

My installation process is correct, so why is this error occurring? Is it a bug?

"from .meshes import join_meshes_as_batch, join_meshes_as_scene, Meshes from .pointclouds import ( join_pointclouds_as_batch, join_pointclouds_as_scene, Pointclouds, ) from .utils import list_to_packed, list_to_padded, packed_to_list, padded_to_list from .volumes import Volumes

all = [k for k in globals().keys() if not k.startswith("_")]"

Dpw506 avatar Jun 26 '24 08:06 Dpw506

Can you post the full stack trace? What are you actually running to cause this error?

bottler avatar Jun 26 '24 09:06 bottler