facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.48k stars 1.28k forks source link

cannot import name 'MeshesXD' from 'pytorch3d.structures #1826

Open Dpw506 opened 1 week ago

Dpw506 commented 1 week ago

“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("_")]"

bottler commented 1 week ago

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