equi-pose
equi-pose copied to clipboard
Error in vgtk.functional.rotation.py
thanks for your excellent work.
I get a problem when I test the model you provided.
Here is the error:
adj_idx: [array([[4, 1, 5]]), array([[0, 2]]), array([[1, 3]]), array([[2, 4, 8]]), array([[0, 3, 9]]), array([[ 0, 10]]), array([[11, 12]]), array([[12, 13]]), array([[ 3, 14]]), array([[ 4, 10, 14]]), array([[ 9, 5, 15]]), array([[ 6, 16]]), array([[ 6, 7, 17]]), array([[ 7, 18]]), array([[ 9, 8, 19]]), array([[10, 19, 16]]), array([[11, 15, 17]]), array([[12, 16, 18]]), array([[13, 17, 19]]), array([[14, 15, 18]])]
Traceback (most recent call last):
File "main.py", line 10, in
The error may be due to 'vstack' receiving arrays of different dimensions. Could you please give me some advice to solve this problem? Thanks!