Open hiro-oda opened 7 months ago
@hiro-oda Hi, I have encountered the same problem. Have you been able to find out how to update it?
@WYXG233 Hi. I haven't fixed this problem yet, but I think this bug is caused by a version difference in habitat.sim. So, it might be a good idea to downgrade the version.
@hiro-oda @WYXG233 the code runs fine for me. Did you follow the installation document to install Habitat-Sim properly? Also please refer to the following document for SS 2.0 APIs.
https://github.com/facebookresearch/sound-spaces/blob/main/SoundSpaces2.md
@ChanganVR, thanks for your response. Could you provide the version of Habitat-Sim you are currently using? I used the habitat-sim-0.3.1, which will output:
In:
audio_sensor_spec.channelLayout.type = habitat_sim.sensor.RLRAudioPropagationChannelLayoutType.Binaural
AttributeError: 'NoneType' object has no attribute 'Binaural'
@WYXG233 Do you solve the problem? I have an same issue about that version (habitat-sim-0.3.1)
@aleodrnfl I still haven't solved it yet, but you can try to follow what @hiro-oda said about downgrading the Habitat-Sim version. Also, be careful about your SS 2.0 API dependencies version. :)
@WYXG233 Thank you for your response. I already solve that problem. I just downgrade cmake version to 3.14.0. And re-installed habitat-sim.
Hi
It seems that there's an error stating that habitat_sim.sensor.RLRAudioPropagationChannelLayoutType is a Nonetype object in line 36 of the file soundspaces2_quick_tutorial.ipynb, where
audio_sensor_spec.channelLayout.type = habitat_sim.sensor.RLRAudioPropagationChannelLayoutType.Binaural
is specified.Indeed, according to the official documentation of habitat-sim (https://aihabitat.org/docs/habitat-sim/habitat_sim.sensor.html), habitat_sim.sensor.RLRAudioPropagationChannelLayoutType is set to None. Could this be a mistake in the tutorial code?