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

File not found error,anyone have the same problems? #18

Open
lifeiXiao opened this issue Sep 15, 2023 · 4 comments
Open

File not found error,anyone have the same problems? #18

lifeiXiao opened this issue Sep 15, 2023 · 4 comments

Comments

@lifeiXiao
Copy link

FileNotFoundError: [Errno 2] No such file or directory: './log/20230915-063503/exp_results/0'
run_simgrasp.sh: line 22: blender: command not found

@williamshen-nz
Copy link

You can update the BLENDER_BIN variable to point to your installation of blender here: https://github.com/PKU-EPIC/GraspNeRF/blob/main/run_simgrasp.sh#L4

That worked for me

@lifeiXiao
Copy link
Author

thanks for @williamshen-nz , this issue got solved

@lifeiXiao lifeiXiao reopened this Sep 22, 2023
@lifeiXiao
Copy link
Author

You can update the BLENDER_BIN variable to point to your installation of blender here: https://github.com/PKU-EPIC/GraspNeRF/blob/main/run_simgrasp.sh#L4

That worked for me

Thanks, I solved the problems using your method.but there exists new problems, do you know whether the utils.filed_utils is defined by authors themselves. I can't run successfully about this project.
image

@williamshen-nz
Copy link

The file exists, so you might need to set your PYTHONPATH correctly.

I did have to copy some utils from VGN: https://github.com/ethz-asl/vgn/blob/corl2020/src/vgn/utils/transform.py which are required in src/gd/utils/btsim.py

Also, I had to install the dependencies within the Blender Python as that's what Blender uses.

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