-
Notifications
You must be signed in to change notification settings - Fork 3
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
A few questions about the pinocchio. #8
Comments
I install Pinocchio in python3.7, you may have a try. |
Can this algorithm generalize to objects that have never been seen before? |
Yes, the experiment in shapenet can prove it. But it does not work in ROBI because ROBI only has 6 objects. |
I still haven't succeeded in running the code, can you provide your docker image? |
You may use the wrong object model of ROBI. #5 |
Great, I re-downloaded Object Models. |
You can follow my dataset format to organize your data, and change the voxel_size in config according to your requirements. |
Thank you very much for your reply, I ran successfully on my dataset but the matching is not ideal, what are the key parameters that affect the results? |
I need more details about your training, such as config, example data and results. You can also send a email with example data to me. |
Thanks, I'll send you my code and sample data later. |
I ran the code with pip install pin and it didn't work.
pinocchio version is 2.7.0
Specific problem code:
File "/usr/local/lib/python3.8/dist-packages/cmeel.prefix/lib/python3.8/site-packages/pinocchio/init.py", line 18, in
from .pinocchio_pywrap import *
ImportError: /usr/local/lib/python3.8/dist-packages/cmeel.prefix/lib/python3.8/site-packages/pinocchio/../../../../lib/libhpp-fcl.so: undefined symbol: ZN8octomath6Pose6DC1ERKS0
Can you provide a Docker image of your environment?
The text was updated successfully, but these errors were encountered: