pytorch3d
pytorch3d copied to clipboard
ImportError: cannot import name 'Volumes' from 'pytorch3d.structures'
❓ Questions on how to use PyTorch3D
This is my code:
from pytorch3d.structures import Pointclouds, Volumes
but error:
ImportError: cannot import name 'Volumes' from 'pytorch3d.structures'
how to handle this?my pytorch3d version is 0.2.5
PyTorch3D version 0.2.5 is very old. Volumes probably did not exist in that version.