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

Is anyone successful for configuring the environment? #5

Open
ZiqiLoveSunshine opened this issue Mar 7, 2023 · 4 comments
Open

Is anyone successful for configuring the environment? #5

ZiqiLoveSunshine opened this issue Mar 7, 2023 · 4 comments

Comments

@ZiqiLoveSunshine
Copy link

First of all, I tried python==3.6 and follow the step of configuring the environment of maskrcnn-benchmark as mentioned, when I succeded with the environment of maskrcnn-benchmark, I returned to this project and tried to install

cd AffKpNet 
python setup.py install

however, it told me that python version must>=3.8

so then,
I used python==3.8, torch==1.6.0, torchvision==0.7.0, cudatoolkit=10.1
and followed the steps of maskrcnn-benchmark as well. It compiles successful, However, when it comes to execute the code, there is always some errors
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

how should I do? I have no idea.

@Knightbreeze
Copy link

@GuoyuloveSunshine Hello, I recently are trying to configure the environment, met the same problem with you, you then have to solve the subprocess. CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. this problem?

@ZiqiLoveSunshine
Copy link
Author

No, I give up configuring this project, there are lots of compiling errors that I cannot solve, I probably use the dataset that they provide to train another network later.

@Knightbreeze
Copy link

@GuoyuloveSunshine Thanks for your reply. I failed after many attempts. May I ask if you have any new networks about the affordance detection and used for manipulator fetching? I want to learn and replicate related aspects recently, but there are few open source RGB-D image-based networks during the search on the Internet. So if there is a new network also hope to recommend some.

@ZiqiLoveSunshine
Copy link
Author

I am sorry I cannot give you any useful advice about the network, as I begin to tacile with the manipulation trajectories and didn't insist on the grasping part, perheps you can try to search 'manipulation affordance' or 'grasping', There may be some repository that can help you.

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