RuntimeError: object has no attribute QuaternionCoeffOrder: File "/root/OpenPCDet/pcdet/datasets/argo2/argo2_utils/so3.py", line 20
时间: 2023-12-18 18:05:57 浏览: 279
加速器群集的高级C ++-C/C++开发
This error message indicates that there is a problem with the code in the "so3.py" file, specifically in line 20.
The error message suggests that the object being used does not have the attribute "QuaternionCoeffOrder". This could mean that the object is not of the correct type, or that the attribute itself is missing or has been removed from the object.
To resolve the issue, you will need to review the code in the "so3.py" file and ensure that the object being used is of the correct type and that the attribute is defined and accessible.
阅读全文