Giter Club home page Giter Club logo

Comments (4)

ethanabrooks avatar ethanabrooks commented on September 12, 2024 1

It looks like at some point the name changed from habitat-challenge/habitat-challenge-data/objectnav_mp3d to habitat-challenge/habitat-challenge-data/objectgoal_mp3d. Simply renaming the directory fixed it for me.

from habitat-challenge.

dhruvbatra avatar dhruvbatra commented on September 12, 2024

CC: @mathfac

from habitat-challenge.

mathfac avatar mathfac commented on September 12, 2024

Looking into this.

from habitat-challenge.

jzhzhang avatar jzhzhang commented on September 12, 2024

@ethanabrooks Hi, sorry to reopen this issue because I meet the same error. Differently, I successfully run the script locally and obtain the performance of the agent. However, when I submit the docker image to remote and get the following error:

itat/core/benchmark.py", line 38, in __init__
    self._env = Env(config=config_env)
  File "/habitat-lab/habitat/core/env.py", line 78, in __init__
    id_dataset=config.DATASET.TYPE, config=config.DATASET
  File "/habitat-lab/habitat/datasets/registration.py", line 21, in make_dataset
    return _dataset(**kwargs)  # type: ignore
  File "/habitat-lab/habitat/datasets/object_nav/object_nav_dataset.py", line 74, in __init__
    super().__init__(config)
  File "/habitat-lab/habitat/datasets/pointnav/pointnav_dataset.py", line 93, in __init__
    with gzip.open(datasetfile_path, "rt") as f:
  File "/opt/conda/envs/habitat/lib/python3.7/gzip.py", line 58, in open
    binary_file = GzipFile(filename, gz_mode, compresslevel)
  File "/opt/conda/envs/habitat/lib/python3.7/gzip.py", line 168, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'habitat-challenge-data/objectgoal_hm3d/val_mini/val_mini.json.gz'

It's strange because I do not counter this problem on my own server. And I believe the evaluation platform should perform as normal. The problem seems related to the directory structure of the dataset. So is there any advice about this error?

from habitat-challenge.

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.