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

Issue: Bug/Performance Issue [Physical Robot] #132

Open
ericwyy opened this issue Sep 20, 2022 · 1 comment
Open

Issue: Bug/Performance Issue [Physical Robot] #132

ericwyy opened this issue Sep 20, 2022 · 1 comment

Comments

@ericwyy
Copy link

ericwyy commented Sep 20, 2022

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • Python version:python3.7
  • Installed using pip or ROS: conda
  • Camera:SR300
  • GPU model (if applicable):GTX1650
    When I test my image,
    Image text
    Image text
    (https://github.com/ericwyy/ericwyy/blob/master/depth_0.npy)
    the following error occurs when I run:
    Traceback (most recent call last):
    File "/home/wyy/work_space/grasp/src/gqcnn/examples/policy_9_19.py", line 258, in
    action = policy(state)
    File "/home/wyy/anaconda3/envs/py37/lib/python3.7/site-packages/gqcnn/grasping/policy/policy.py", line 223, in call
    return self.action(state)
    File "/home/wyy/anaconda3/envs/py37/lib/python3.7/site-packages/gqcnn/grasping/policy/policy.py", line 400, in action
    action = self._action(state)
    File "/home/wyy/anaconda3/envs/py37/lib/python3.7/site-packages/gqcnn/grasping/policy/policy.py", line 1290, in _action
    grasps, q_values = self.action_set(state)
    File "/home/wyy/anaconda3/envs/py37/lib/python3.7/site-packages/gqcnn/grasping/policy/policy.py", line 1014, in action_set
    raise NoValidGraspsException()
    gqcnn.utils.policy_exceptions.NoValidGraspsException
    CrossEntropyRobustGraspingPolicy WARNING No valid grasps could be found
    GQCNNTF INFO Closing TF Session...
@yding25
Copy link

yding25 commented Oct 12, 2022

Sorry for the irrelevant answer. Is the project still maintained?
I cannot download the pre-trained model because the link is invalid now.

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