Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 762 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 762 Bytes

HEAR-SAVI

This module extracts an audio subnetwork from the upstream semantic audio-visual navigation (savi) model.

The embeddings implement the common API from HEAR Benchmark.

Requirements

  1. Install habitat-lab v0.2.1 and habitat-sim from commit 80f8e31140.
  2. pip install hear-savi
@inproceedings{chen20soundspaces,
  title     =     {SoundSpaces: Audio-Visual Navigaton in 3D Environments},
  author    =     {Changan Chen and Unnat Jain and Carl Schissler and Sebastia Vicenc Amengual Gari and Ziad Al-Halah and Vamsi Krishna Ithapu and Philip Robinson and Kristen Grauman},
  booktitle =     {ECCV},
  year      =     {2020}
}
```