Giter VIP home page Giter VIP logo

Comments (4)

erikwijmans avatar erikwijmans commented on May 18, 2024 3

The "just make it work" fix is to do ln -s /path/to/habitat-api/data while in the folder for the different project's repo

from habitat-lab.

bradleyemi avatar bradleyemi commented on May 18, 2024

After changing the DATA_PATH to the absolute path of the config, I get:

~/svl/habitat/feature_selector/habitat-sim/habitat_sim/simulator.py in _config_backend(self, config)
     52     def _config_backend(self, config: Configuration):
     53         if self._sim is None:
---> 54             self._sim = hsim.SimulatorBackend(config.sim_cfg)
     55         else:
     56             self._sim.reconfigure(config.sim_cfg)

ValueError: Cannot load: data/scene_datasets/gibson/Adrian.glb

from habitat-lab.

abhiskk avatar abhiskk commented on May 18, 2024

You can create a new train pointnav dataset setup, the new setup will be mostly identical to the current setup, you can use the current pointnav_gibson.zip as the starting point. The train dataset for Gibson is split over different houses, so the folder pointnav/gibson/v1/train/content contains files like Adrian.json.gz, Albertville.json.gz which contains the different episodes inside the respective houses. Each episode contains a scene_id which is of the type data/scene_datasets/gibson/Adrian.glb. You will have to modify this value to the location where you have stored the glbs.

Let me know if you have anymore questions and thanks for trying this out, I do recognize that this kind of setup is slightly convoluted and we are trying to simplify this setup for future.

from habitat-lab.

mathfac avatar mathfac commented on May 18, 2024

@bradleyemi with #77 we have parameter config.DATASET.SCENES_DIR to control the location of scenes dataset and get rid of data symlink requirement. Let us know if you have any questions regarding that and feel free to reopen the issue.

from habitat-lab.

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.