-
Notifications
You must be signed in to change notification settings - Fork 74
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
bug when running python kinect2grasp_python2.py #7
Comments
This may be helpful. |
using torch 1.1.0 and referencing the answer by @ruanjian0821 solved the problem. |
Checking the "local_pc" shape. |
problem solved. |
good news! |
The calculated marker array is really high as the picture shows. |
Find in dex-net/apps/kinect2grasp_python2.py, some code may be helpful. |
The table_top_points and table_top topic don't know how to defined! |
@ruanjian0821 |
how did you set 'table_top' and 'kinect2_ir_optical_frame'? Thanks! |
@TheJasal Hi~ Do you find the solution? I'm trouble in the same problem... |
Traceback (most recent call last):
File "kinect2grasp_python2.py", line 51, in
from main_test import test_network, model, args
File "/main_test.py", line 50, in
model = torch.load(args.load_model, map_location='cpu')
File "/usr/local/lib/python2.7/dist-packages/torch/serialization.py", line 358, in load
return _load(f, map_location, pickle_module)
File "/usr/local/lib/python2.7/dist-packages/torch/serialization.py", line 542, in _load
result = unpickler.load()
AttributeError: 'module' object has no attribute '_rebuild_parameter'
how to fix this problem?thanks
The text was updated successfully, but these errors were encountered: