Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dpw506 opened this issue Jun 26, 2024 · 1 comment
Open

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

Dpw506 opened this issue Jun 26, 2024 · 1 comment

Comments

@Dpw506
Copy link

Dpw506 commented Jun 26, 2024

“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
Copy link
Contributor

bottler commented Jun 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants