question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to specify certain gibson file, also can we extract poses in certain environment?

See original GitHub issue

My task is to save the RGB and depth images from the scene and also to extract pose.

I am able to save RGB and Depth images but I cant see in the documentation anything about poses can I access them or save them.

Currently I am using pointnav_mp3d.yaml as the conifg file but I am unable to figure out how to provide different scene than the default, I have dowloaded GIbson data and want to specify certain gibson file as my scene. How to do it/

I have tried this:

config = habitat.get_config(config_paths='../configs/tasks/pointnav_mp3d.yaml') config.defrost() config.DATASET.DATA_PATH = '../data/datasets/pointnav/mp3d/v1/val/val.json.gz' config.DATASET.SCENES_DIR = '../data/scene_datasets/' config.freeze() env = habitat.Env(config=config)

I am changing path of this pointing to my .glb file but its not opening my .glb file:

config.DATASET.SCENES_DIR = '../data/scene_datasets/'

Edit: I have also tried with adding SIMULATOR.SCENE and path to my gibson file but still not working

I would be great if someone can provide insight into this issue,

Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
erikwijmanscommented, Jan 17, 2020

The majority of scenes in gibson contain major reconstruction artifacts, so we didn’t provide PointNav episodes for them. The function to generate new episodes is here: https://github.com/facebookresearch/habitat-api/blob/master/habitat/datasets/pointnav/pointnav_generator.py

1reaction
mathfaccommented, Feb 6, 2020

@Toraudonn the generation code will generate the valid episodes, but environment and trajectories would look strange and far from a navigation in real life. Here is an example of such episode:

Apache

Closing the issue, feel free to open if you have questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to specify certain gibson file, also can we extract poses in ...
My task is to save the RGB and depth images from the scene and also to extract pose. I am able to save...
Read more >
Objects — iGibson 2.2.1 documentation - GitHub Pages
This structure allows us to define properties for all models of the same categories, but it also facilitates more general sampling of activity...
Read more >
The Senses Considered as Perceptual Systems· - Monoskop
Dr. Gibson does not treat of the different senses as mere producers of visual, auditory, tactual, or other sensations. Rather, he regards them....
Read more >
Enhanced Disclosures by Certain Investment Advisers and ...
Enhanced Disclosures by Certain Investment Advisers and Investment Companies About Environmental, Social, and Governance Investment Practices.
Read more >
Defining the Environment in Organism–Environment Systems
I argue that this gap can be filled by drawing from resources in ... less attention has been given to the environmental setting...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found