pytorch3d
pytorch3d copied to clipboard
cannot import name 'MeshesXD' from 'pytorch3d.structures
“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("_")]"
Can you post the full stack trace? What are you actually running to cause this error?