Open Marwan-Refaat opened 1 year ago
https://github.com/skumra/robotic-grasping/blob/183c6f68c44c1c7ff0f07707e2db6fcfd6840d2d/utils/dataset_processing/grasp.py#L184
For question 1, since np.int
is deprecated in numpy 1.20, I use 1.19 instead and install the environment with conda:
conda create -n grcnn python numpy=1.19 pytorch torchvision opencv scikit-image tensorboardx matplotlib pillow
pip install torchsummary
You may want to install something that I haven't used. Specifically, the environment I installed by that command is:
Hello,
First, thank you for this impressive contribution to the robotics community and for making it open source!
I had a couple of questions regarding setting up GR-Convnet on a new machine:
I also could not find the link to the GR-Convnet V2 (The version published in your 2022 paper). The link in the paper refers to this repo but I could not find a commit indicating that the model in this paper is updated.
Thank you again for your contributions and I hope to hear from you soon!