-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution error #46
Comments
Did you manage to find a solution for this? I am facing the exact same issue. File "/data_helper.py", line 201, in getitem |
@itz-Anonym Did you manage to find a solution for this? I am facing the exact same issue. |
If you are still stuck, delete the two .pickle files in 'datainfo' folder. If it still doesn't run, go to params.py and set resume=False |
I am also experiencing the same problem, how should I solve it? |
Thanks a lot for your work, I'm learning this implementation. But the following error occurs during execution, I don't know why, can you help me? thanks
ValueError: Caught ValueError in DataLoader worker process 0.
groundtruth_rotation = raw_groundtruth[1][0].reshape((3, 3)).T # opposite rotation of the first frame
ValueError: cannot reshape array of size 0 into shape (3,3)
The text was updated successfully, but these errors were encountered: