Giter Site home page Giter Site logo

Comments (1)

AkihiroSasabe avatar AkihiroSasabe commented on July 4, 2024

I am able to solve my issue and confirm the operation in the simulator.

Blender's bundled Python cannot install pybullet==2.7.9, but I downloaded a new Python 3.9 separately from blender, and python3.9 -m pip install pybullet==2.7.9 came through. (This may be due to the presence of python3. 9-dev or not? Or eliminating anaconda would have helped.)

In general, Python module installed from outside Blender's bundled Python (in this case, pybullet == 2.7.9) can be executable in Blender's bundled Python by specifying PYTHONPATH with --python-use-system-env option as follows:

export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.9/dist-packages:/home/hoge/projects/vgn/src
blender --background --python-use-system-env --python sample.py 

Not that it has anything to do with this issue, run_simgrasp.sh need images in ILSVRC2012 (not ILSVRC2010) so following link in README.md shoud be modified.

Specifically, download [imagenet valset](https://image-net.org/data/ILSVRC/2010/ILSVRC2010_images_val.tar) to `data/assets/imagenet/images/val` which is used as random texture in simulation.

Thanks.

from graspnerf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.