You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found an issue in benchmark.py at line 92 and 116. There is a np.concatenate operation that expands the dimension of (B, trans , J , 3) at axis 2. The original number of joints is 22. After that operation, the joints number is 23.
The text was updated successfully, but these errors were encountered:
Hi, I found an issue in benchmark.py at line 92 and 116. There is a np.concatenate operation that expands the dimension of (B, trans , J , 3) at axis 2. The original number of joints is 22. After that operation, the joints number is 23.
The text was updated successfully, but these errors were encountered: