Skip to content
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

Result different during inference #13

Closed
y556zhao opened this issue Jan 6, 2022 · 2 comments
Closed

Result different during inference #13

y556zhao opened this issue Jan 6, 2022 · 2 comments

Comments

@y556zhao
Copy link

y556zhao commented Jan 6, 2022

Hi,

I was using default parameters to test the model on 7.npy, and the resulting grasps are sparse as shown in the image below. May I ask if I was doing anything wrong?

Here is the command I used: python contact_graspnet/inference.py --np_path=test_data/7.npy --local_regions --filter_grasps

Checkpoint: checkpoints/scene_test_2048_bs3_hor_sigma_001

Thank you!
@MartinSmeyer
grasp

@MartinSmeyer
Copy link
Contributor

Hi,

This looks like issue #9

Apparently, users of newer GPUs require tensorflow-gpu=2.5 with CUDA >= 11 to run this code. Recompile the tf_ops if you use a newer version. Does this help?

I will update the requirements soon.

Best,

Martin

@y556zhao
Copy link
Author

Yes, it works! Thank you so much for helping!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants