We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d50dc commit 11102e6Copy full SHA for 11102e6
2 files changed
t4_devkit/common/converter.py
@@ -3,7 +3,8 @@
3
from typing import TYPE_CHECKING
4
5
import numpy as np
6
-from pyquaternion import Quaternion
+
7
+from t4_devkit.typing import Quaternion
8
9
if TYPE_CHECKING:
10
from t4_devkit.typing import RotationLike
0 commit comments