habitat-lab icon indicating copy to clipboard operation
habitat-lab copied to clipboard

[WIP] Loading Fremont Space

Open ASzot opened this issue 3 years ago • 2 comments

Setup Instructions

  • Download Fremont dataset, rename the folder to fremont, and place under data/ in the base Habitat Lab directory.
  • Folders like data/fremont/configs/scenes/ should exist.

Generate the dataset with: python habitat/datasets/rearrange/run_episode_generator.py --run --config habitat/datasets/rearrange/configs/fremont.yaml --num-episodes 1 --out data/datasets/fremont/test.json.gz --verbose --limit-scene-set scene_train_split

Load the dataset into the interactive play script with: python examples/interactive_play.py --cfg configs/tasks/rearrange/rearrange_fremont.yaml

ASzot avatar Aug 26 '22 14:08 ASzot

This is coming together nicely. Can we also add information (links, how to load, etc) about these scene and episode datasets here:

https://github.com/facebookresearch/habitat-sim/blob/main/DATASETS.md https://github.com/facebookresearch/habitat-lab/blob/main/DATASETS.md

dhruvbatra avatar Aug 29 '22 03:08 dhruvbatra

This is coming together nicely. Can we also add information (links, how to load, etc) about these scene and episode datasets here:

https://github.com/facebookresearch/habitat-sim/blob/main/DATASETS.md https://github.com/facebookresearch/habitat-lab/blob/main/DATASETS.md

We are not publicly hosting these datasets yet. If we're planning to add them to the public datasets readmes then maybe we should put them on S3 also?

aclegg3 avatar Aug 29 '22 15:08 aclegg3