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
Traceback (most recent call last):
File "train.py", line 694, in
main(args)
File "/mnt/e/test/ContextPose-PyTorch-release-master/mvn/models/loss.py", line 93, in forward
keypoints_3d_pred = torch.tensor(keypoints_3d_pred, dtype=torch.float)
ValueError: expected sequence of length 8 at dim 1 (got 7)
May I ask why the following brother reported the error?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 694, in
main(args)
File "/mnt/e/test/ContextPose-PyTorch-release-master/mvn/models/loss.py", line 93, in forward
keypoints_3d_pred = torch.tensor(keypoints_3d_pred, dtype=torch.float)
ValueError: expected sequence of length 8 at dim 1 (got 7)
May I ask why the following brother reported the error?
The text was updated successfully, but these errors were encountered: