Stanford-TML / EDGE

Official PyTorch Implementation of EDGE (CVPR 2023)
https://edge-dance.github.io
MIT License
435 stars 63 forks source link

ImportError: cannot import name 'axis_angle_to_quaternion' from 'pytorch3d.transforms' (/home/yuchen.li/.local/lib/python3.8/site-packages/pytorch3d/transforms/__init__.py) #43

Open yuchenli-sony opened 3 weeks ago

yuchenli-sony commented 3 weeks ago

File "test.py", line 15, in from EDGE import EDGE File "/group/3d/yuchen/EDGE/EDGE.py", line 15, in from dataset.dance_dataset import AISTPPDataset File "/group/3d/yuchen/EDGE/dataset/dance_dataset.py", line 11, in from pytorch3d.transforms import (RotateAxisAngle, axis_angle_to_quaternion, ImportError: cannot import name 'axis_angle_to_quaternion' from 'pytorch3d.transforms' (/home/yuchen.li/.local/lib/python3.8/site-packages/pytorch3d/transforms/init.py)

May u share your environment file for pytorch3d library