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

Instruction running on Gibson dataset #8

Open
jiadingfang opened this issue Oct 10, 2023 · 3 comments
Open

Instruction running on Gibson dataset #8

jiadingfang opened this issue Oct 10, 2023 · 3 comments

Comments

@jiadingfang
Copy link

jiadingfang commented Oct 10, 2023

Hi authors,

Thanks for the great work!

The instruction provided in the README is on HM3D dataset. Is it possible for you to provide instructions on running evaluations on the Gibson dataset?

Thanks!

@ybgdgh
Copy link
Owner

ybgdgh commented Oct 11, 2023

Hi, Jiadingfang, you can add a parameter "--task_config task/objectnav_gibson.yaml" at the end of your commands, and then replace the line in the file agents/sem_exp.py from ObjectGoal_Env21 to ObjectGoal_Env:

class Sem_Exp_Env_Agent(ObjectGoal_Env):
    """The Sem_Exp environment agent class. A seperate Sem_Exp_Env_Agent class
    object is used for each environment thread.

    """

Maybe you also need to set the path of the Gibson dataset based on your own path. Thanks.

@linglingxiansen
Copy link

Hi, Jiadingfang, you can add a parameter "--task_config task/objectnav_gibson.yaml" at the end of your commands, and then replace the line in the file agents/sem_exp.py from ObjectGoal_Env21 to ObjectGoal_Env:

class Sem_Exp_Env_Agent(ObjectGoal_Env):
    """The Sem_Exp environment agent class. A seperate Sem_Exp_Env_Agent class
    object is used for each environment thread.

    """

Maybe you also need to set the path of the Gibson dataset based on your own path. Thanks.

hi, sorry to bother you. I set up objectgoal_env as you said, but there is an error:self.scene_name = self.habitat_env.sim.curr_scene_name
AttributeError: 'HabitatSim' object has no attribute 'curr_scene_name'

Are the versions of Habitation-lab and Habitation-sim you used to run the evaluation of the gibson dataset inconsistent with those of hm3d? Or I need to change some other Settings?

Thanks for your kindly help very much!!!

@linglingxiansen
Copy link

@ybgdgh Thanks very much!

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

3 participants