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

MultiON task integration

Open shivanshpatel35 opened this issue 4 years ago • 0 comments

Motivation and Context

Adding MultiON task (NeurIPS 2020).

How Has This Been Tested

Tested locally

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • [x] My code follows the code style of this project.
  • [x] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have completed my CLA (see CONTRIBUTING)
  • [x] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

Dataset download

Download and place dataset in data/datasets folder by running the following commands

cd data/datasets
wget -O multinav.zip "http://aspis.cmpt.sfu.ca/projects/multion/multinav.zip"
unzip multinav.zip && rm multinav.zip
cd ../
wget -O multiON_objects.zip "http://aspis.cmpt.sfu.ca/projects/multion/multiON_objects.zip"
unzip multiON_objects.zip && rm multiON_objects.zip

shivanshpatel35 avatar Feb 23 '21 17:02 shivanshpatel35